Property Value
If set tofalse
(the default), no dialogs will be displayed, and the invalid certificate will be rejected.
The default value of this property is True
.
false
(the default), no dialogs will be displayed, and the invalid certificate will be rejected.
The default value of this property is True
.
Setting this property to true
has effect only when the current process is running in user interactive mode.
In order to obtain or modify this parameter for server instance certificates, access the UAClientServerEngineParameters.CertificateAcceptancePolicy property of EasyUAClientSharedParameters.EngineParameters property of OpcLabs.EasyOpc.UA.EasyUAClientCore.SharedParameters. Alternatively, you can override the certificate acceptance policy for a specific endpoint by setting it to a non-null
value in OpcLabs.EasyOpc.UA.UAEndpointDescriptor.CertificateAcceptancePolicy.
In order to obtain or modify this parameter for HTTPS certificates, access the UAClientEngineParameters.HttpsCertificateAcceptancePolicy property of EasyUAClientSharedParameters.EngineParameters property of OpcLabs.EasyOpc.UA.EasyUAClientCore.SharedParameters.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.