Opc.Ua.Core
CertificateValidator Class Members
Properties  Methods  Events


Opc.Ua Namespace : CertificateValidator Class

The following tables list the members exposed by CertificateValidator.

Public Constructors
 NameDescription
Public Constructor The default constructor.  
Top
Public Properties
 NameDescription
Public Property If untrusted certificates should be accepted.  
Public Property Limits the number of certificates which are kept in the history before more rejected certificates are added. A negative value means no history is kept. A value of 0 means all history is kept.  
Public Property The minimum size of a certificate key to be trusted.  
Public Property If certificates using a SHA1 signature should be trusted.  
Public Property if certificates with unknown revocation status should be rejected.  
Public Property Opt-In to use the already validated certificates for validation.  
Top
Public Methods
 NameDescription
Public Method Returns an object that can be used with a UA channel.  
Public MethodOverloaded.  Returns the issuers for the certificates.  
Public Method Returns the issuers for the certificates.  
Public Method Reset the list of validated certificates.  
Public MethodOverloaded.  Updates the validator with the current state of the configuration.  
Public Method Updates the validator with a new application certificate.  
Public MethodOverloaded.  Validates the specified certificate against the trust list.  
Public MethodOverloaded. Validates a certificate with domain validation check. ValidateAsync(X509Certificate2Collection,CancellationToken)  
Public Method Validate domains in a server certificate against endpoint used for connection. A url mismatch can be accepted by the certificate validation event, otherwise an exception is thrown.  
Top
Protected Methods
 NameDescription
Protected Method Throws an exception if validation fails.  
Top
Public Events
 NameDescription
Public Event Raised when an application certificate update occurs.  
Public Event Raised when a certificate validation error occurs.  
Top
See Also

Reference

CertificateValidator Class
Opc.Ua Namespace