Click or drag to resize

SecurityPolicy Enumeration

Security policy configuration for certificate revocation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum SecurityPolicy
Members
  Member nameValueDescription
Required0 Enable revocation check and treat all revocation errors as fatal.
BestEffort1 Enable revocation check and treat indeterminate revocation errors as non-fatal. Indeterminate errors are the errors reported when client application cannot fetch certificate revocation information from the revocation servers due to issues like server unreachable, network issues, server busy etc.
Disabled2 Disable revocation check. Revocation check is restricted to cached resources only.
See Also