Opc.Ua.Core
Validate(X509Certificate2Collection,ConfiguredEndpoint) Method



Opc.Ua Namespace > CertificateValidator Class > Validate Method : Validate(X509Certificate2Collection,ConfiguredEndpoint) Method
Validates a certificate with domain validation check. Validate(X509Certificate2Collection)
Syntax
'Declaration
 
Public Overloads Overridable Sub Validate( _
   ByVal chain As X509Certificate2Collection, _
   ByVal endpoint As ConfiguredEndpoint _
) 
'Usage
 
Dim instance As CertificateValidator
Dim chain As X509Certificate2Collection
Dim endpoint As ConfiguredEndpoint
 
instance.Validate(chain, endpoint)
public virtual void Validate( 
   X509Certificate2Collection chain,
   ConfiguredEndpoint endpoint
)

Parameters

chain
endpoint
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

CertificateValidator Class
CertificateValidator Members
Overload List