KRAFlagEnum Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PKI.CertificateServices.Flags
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags are defined. | |
EnableForeign | 1 | Enables key archival for certificates issued by other (or 3rd party) CA. | |
SaveBadRequestKey | 2 | Enforces key archival even if the submitted public and private key pair cannot be verified. | |
EnableArchiveAll | 4 | Enforces key archival for all incoming certificate requests. Do not use this flag unless all certificate requests support key archival. | |
DisableUseDefaultProvider | 8 |
Disables default cryptographic service provider (CSP) usage for public and private key pair verification.
Windows Server 2003: this flag is not supported. |