Opc.Ua.Core
SuppressNonceValidationErrors Property



Opc.Ua Namespace > SecurityConfiguration Class : SuppressNonceValidationErrors Property
Gets or sets a value indicating whether the server nonce validation errors should be suppressed.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=21)>
Public Property SuppressNonceValidationErrors As Boolean
'Usage
 
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.SuppressNonceValidationErrors = value
 
value = instance.SuppressNonceValidationErrors
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=21)]
public bool SuppressNonceValidationErrors {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=21)]
public:
property bool SuppressNonceValidationErrors {
   bool get();
   void set (    bool value);
}
Remarks
Allows client interoperability with legacy servers which do not comply with the specification for nonce usage. If set to true the server nonce validation errors are suppressed. Please set this flag to true only in close and secured networks since it can cause security vulnerabilities.
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