Enum UsersResource.SettingsResource.CseResource.KeypairsResource.CreateRequest.ChainValidationEnum
The type of certificate chain validation to perform at creation. The request will be
rejected if the uploaded chain fails to satisfy the requested validation checks. When
unspecified, this parameter defaults to all.
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public enum UsersResource.SettingsResource.CseResource.KeypairsResource.CreateRequest.ChainValidationEnum
Fields
| Name | Description |
|---|---|
| All | Enable all certificate chain validation and certificate revocation checks. Recommended for normal use. |
| None | Disable all certificate chain validation and certificate revocation checks. This may be useful when deliberately creating key pairs with invalid, out-of-use certificate chains to be used only for decryption of historical S/MIME messages. Key pairs created with invalid or revoked certificates cannot be used in a CseIdentity object. |