EasyUA Reference
CertificateValidationOptions Enumeration
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : CertificateValidationOptions Enumeration

Glossary Item Box

Options that can be used to suppress certificate validation errors.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateValidationOptions
C# 
[FlagsAttribute()]
public enum CertificateValidationOptions : System.Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Opc.Ua.CertificateValidationOptions

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.