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


CertificateValidationMode Enumeration
The possible ways of validating a server certificate.
Syntax
Public Enum CertificateValidationMode 
   Inherits 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 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also