Opc.Ua.Core
Validate Method (SoftwareCertificate)



Opc.Ua Namespace > SoftwareCertificate Class : Validate Method
Validates a software certificate.
Syntax
'Declaration
 
Public Shared Function Validate( _
   ByVal validator As CertificateValidator, _
   ByVal signedCertificate() As Byte, _
   ByRef softwareCertificate As SoftwareCertificate _
) As ServiceResult
'Usage
 
Dim validator As CertificateValidator
Dim signedCertificate() As Byte
Dim softwareCertificate As SoftwareCertificate
Dim value As ServiceResult
 
value = SoftwareCertificate.Validate(validator, signedCertificate, softwareCertificate)

Parameters

validator
signedCertificate
softwareCertificate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SoftwareCertificate Class
SoftwareCertificate Members