Opc.Ua.Core
CertificateValidator Property (TransportChannelSettings)



Opc.Ua Namespace > TransportChannelSettings Class : CertificateValidator Property
Gets or sets the certificate validator for the application.
Syntax
'Declaration
 
Public Property CertificateValidator As ICertificateValidator
'Usage
 
Dim instance As TransportChannelSettings
Dim value As ICertificateValidator
 
instance.CertificateValidator = value
 
value = instance.CertificateValidator
public ICertificateValidator CertificateValidator {get; set;}
public:
property ICertificateValidator^ CertificateValidator {
   ICertificateValidator^ get();
   void set (    ICertificateValidator^ value);
}
Remarks
May be null if no security is used. This is the object used by the channel to validate received certificates. Validatation errors are reported to the application via this object.
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

TransportChannelSettings Class
TransportChannelSettings Members