Opc.Ua.Core
Validate(X509Certificate2Collection) Method



Opc.Ua Namespace > CertificateValidator Class > Validate Method : Validate(X509Certificate2Collection) Method
Validates a certificate.
Syntax
'Declaration
 
Public Overloads Overridable Sub Validate( _
   ByVal certificateChain As X509Certificate2Collection _
) 
'Usage
 
Dim instance As CertificateValidator
Dim certificateChain As X509Certificate2Collection
 
instance.Validate(certificateChain)
public virtual void Validate( 
   X509Certificate2Collection certificateChain
)
public:
virtual void Validate( 
   X509Certificate2Collection^ certificateChain
) 

Parameters

certificateChain
Remarks
Each UA application may have a list of trusted certificates that is different from all other UA applications that may be running on the same machine. As a result, the certificate validator cannot rely completely on the Windows certificate store and user or machine specific CTLs (certificate trust lists).
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