PrivateKeyFlags Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PKI.CertificateTemplates
Member name | Value | Description | |
---|---|---|---|
None | 0 | None. | |
RequireKeyArchival | 1 | This flag instructs the client to create a key archival certificate request. | |
AllowKeyExport | 16 | This flag instructs the client to allow other applications to copy the private key to a .pfx file at a later time. | |
RequireStrongProtection | 32 | This flag instructs the client to use additional protection for the private key. | |
RequireAlternateSignatureAlgorithm | 64 | This flag instructs the client to use an alternate signature format. | |
ReuseKeysRenewal | 128 |
This flag instructs the client to use the same key when renewing the certificate.
Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 - this flag is not supported. | |
UseLegacyProvider | 256 |
This flag instructs the client to process the msPKI-RA-Application-Policies attribute.
Windows Server 2003, Windows Server 2008, Windows Server 2008 R2 - this flag is not supported. |