Opc.Ua.Core
RejectSHA1SignedCertificates Property (CertificateValidator)



Opc.Ua Namespace > CertificateValidator Class : RejectSHA1SignedCertificates Property
If certificates using a SHA1 signature should be trusted.
Syntax
'Declaration
 
Public Property RejectSHA1SignedCertificates As Boolean
'Usage
 
Dim instance As CertificateValidator
Dim value As Boolean
 
instance.RejectSHA1SignedCertificates = value
 
value = instance.RejectSHA1SignedCertificates
public bool RejectSHA1SignedCertificates {get; set;}
public:
property bool RejectSHA1SignedCertificates {
   bool get();
   void set (    bool value);
}
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