Opc.Ua.Core
AutoAcceptUntrustedCertificates Property (SecurityConfiguration)



Opc.Ua Namespace > SecurityConfiguration Class : AutoAcceptUntrustedCertificates Property
Gets or sets a value indicating whether untrusted certificates should be automatically accepted.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=9)>
Public Property AutoAcceptUntrustedCertificates As Boolean
'Usage
 
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.AutoAcceptUntrustedCertificates = value
 
value = instance.AutoAcceptUntrustedCertificates
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=9)]
public bool AutoAcceptUntrustedCertificates {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=9)]
public:
property bool AutoAcceptUntrustedCertificates {
   bool get();
   void set (    bool value);
}
Remarks
This flag can be set to by servers that allow anonymous clients or use user credentials for authentication. It can be set by clients that connect to URLs specified in configuration rather than with user entry.
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