Click or drag to resize
TrustStoreMode Enumeration
Configuration specifying the type of trust store to be used for certificate validation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum TrustStoreMode
Members
  Member nameValueDescription
PrivateOnly0 Set to exclusively use the trusted anchors (Root and Intermediate CA certificates) from the the private trust store already created by the client application.
PrivateAndSystem1 Set to use trusted anchors (Root and Intermediate CA certificates) from both the private and the system trust stores.
See Also