Opc.Ua.Core
ValidateAsync(X509Certificate2,CancellationToken) Method



Opc.Ua Namespace > ICertificateValidator Interface > ValidateAsync Method : ValidateAsync(X509Certificate2,CancellationToken) Method
Validates a certificate.
Syntax
'Declaration
 
Overloads Function ValidateAsync( _
   ByVal certificate As X509Certificate2, _
   ByVal ct As CancellationToken _
) As Task
'Usage
 
Dim instance As ICertificateValidator
Dim certificate As X509Certificate2
Dim ct As CancellationToken
Dim value As Task
 
value = instance.ValidateAsync(certificate, ct)

Parameters

certificate
ct
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

ICertificateValidator Interface
ICertificateValidator Members
Overload List