EasyUA Reference
AutoAcceptUntrustedCertificates Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > SecurityConfiguration Class : AutoAcceptUntrustedCertificates Property

Glossary Item Box

Gets or sets a value indicating whether untrusted certificates should be automatically accepted.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.AutoAcceptUntrustedCertificates = value
 
value = instance.AutoAcceptUntrustedCertificates
C# 
[DataMemberAttribute(Order=8, EmitDefaultValue=false)]
public bool AutoAcceptUntrustedCertificates {get; set;}

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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.