Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CertificateValidationOptions |
C# | |
---|---|
[FlagsAttribute()] public enum CertificateValidationOptions : System.Enum |
Member | Description |
---|---|
CheckRevocationStatusOffine | Attempt to check the revocation status offline. |
CheckRevocationStatusOnline | Attempt to check the revocation status online. |
Default | Use the default options. |
SuppressCertificateExpired | Ignore expired certificates. |
SuppressHostNameInvalid | Ignore mismatches between the URL and the DNS names in the certificate. |
SuppressRevocationStatusUnknown | Ignore errors when it is not possible to check the revocation status for a certificate. |
TreatAsInvalid | Never trust the certificate. |
System.Object
System.ValueType
System.Enum
Opc.Ua.CertificateValidationOptions
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x