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



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

Parameters

certificateChain
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