SecurityPolicy Enumeration |
Namespace: Avaya.ClientServices
public enum SecurityPolicy
Member name | Value | Description | |
---|---|---|---|
Required | 0 | Enable revocation check and treat all revocation errors as fatal. | |
BestEffort | 1 | 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. | |
Disabled | 2 | Disable revocation check. Revocation check is restricted to cached resources only. |
© 2017 Avaya LLC. All Rights Reserved.