Click or drag to resize

KRAFlagEnum Enumeration

Defines Key Recovery Agent (KRA) flags.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  PKI.CertificateServices.Flags
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum KRAFlagEnum
Members
  Member nameValueDescription
None0 No flags are defined.
EnableForeign1 Enables key archival for certificates issued by other (or 3rd party) CA.
SaveBadRequestKey2 Enforces key archival even if the submitted public and private key pair cannot be verified.
EnableArchiveAll4 Enforces key archival for all incoming certificate requests. Do not use this flag unless all certificate requests support key archival.
DisableUseDefaultProvider8 Disables default cryptographic service provider (CSP) usage for public and private key pair verification.

Windows Server 2003: this flag is not supported.

See Also