Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Options that can be used to suppress certificate validation errors.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum CertificateValidationOptions |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration CertificateValidationOptions |
| Visual C++ |
|---|
[FlagsAttribute] public enum class CertificateValidationOptions |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Use the default options. | |
| SuppressCertificateExpired | 1 | Ignore expired certificates. | |
| SuppressHostNameInvalid | 2 | Ignore mismatches between the URL and the DNS names in the certificate. | |
| SuppressUseNotAllowed | 4 | Ignore | |
| SuppressRevocationStatusUnknown | 8 | Ignore errors when it is not possible to check the revocation status for a certificate. | |
| CheckRevocationStatusOnline | 16 | Attempt to check the revocation status online. | |
| CheckRevocationStatusOffine | 32 | Attempt to check the revocation status offline. | |
| TreatAsInvalid | 64 | Never trust the certificate. |