Opc.Ua.Core
RejectSHA1SignedCertificates Property (SecurityConfiguration)



Opc.Ua Namespace > SecurityConfiguration Class : RejectSHA1SignedCertificates Property
Gets or sets a value indicating whether SHA-1 signed certificates are accepted.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=11)>
Public Property RejectSHA1SignedCertificates As Boolean
'Usage
 
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.RejectSHA1SignedCertificates = value
 
value = instance.RejectSHA1SignedCertificates
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=11)]
public bool RejectSHA1SignedCertificates {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=11)]
public:
property bool RejectSHA1SignedCertificates {
   bool get();
   void set (    bool value);
}
Remarks
This flag can be set to false by servers that accept SHA-1 signed certificates.
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

SecurityConfiguration Class
SecurityConfiguration Members