Revocation |
The revocation check policy
public enum RevocationCheckPolicy
Member name | Value | Description |
---|---|---|
Required | 1 |
|
Supported | 2 | Same as Required for certificates that have revocation information and NoCheck otherwise. |
Optional | 3 | Same as Supported if revocation information is available in the RevocationInformationSources and NoCheck otherwise. |
NoCheck | 4 | Do not check revocation information. |