Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Opc
Ua
SoftwareCertificate
C# Class Opc.Ua.SoftwareCertificate
The SoftwareCertificate class.
ファイルを表示
Open project: OPCFoundation/UA-.NETStandardLibrary
Class Usage Examples
Public Methods
Method
Description
Validate
(
CertificateValidator
validator
,
byte
signedCertificate
,
SoftwareCertificate
&
softwareCertificate
) :
ServiceResult
Validates a software certificate.
Method Details
Validate()
public
static
method
Validates a software certificate.
public
static
Validate
(
CertificateValidator
validator
,
byte
signedCertificate
,
SoftwareCertificate
&
softwareCertificate
) :
ServiceResult
validator
CertificateValidator
signedCertificate
byte
softwareCertificate
SoftwareCertificate
return
ServiceResult