Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CertificateValidationMode Enumeration



In This Topic
    CertificateValidationMode Enumeration
    In This Topic
    The possible ways of validating a server certificate.
    Syntax
    'Declaration
     
    Public Enum CertificateValidationMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As CertificateValidationMode
    public enum CertificateValidationMode : System.Enum 
    public enum class CertificateValidationMode : public System.Enum 
    Members
    MemberDescription
    ChainTrust Certificate is considered valid if the certificate chain builds to a certificate authority in the trusted root store.
    None No certificate validation.
    PeerOrChainTrust Certificate is considered valid if it appears in the trusted people store, or if the certificate chain builds to a certificate authority in the trusted root store.
    PeerTrust Certificate is considered valid if it appears in the trusted people store.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Proficy.Historian.ClientAccess.API.CertificateValidationMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also