🟣KeyUsageProperty
Specifies the key usages for the key usages property of the private key.
The following properties are only used for Microsoft's certreq
commnad.
Property
Description
NCRYPT_ALLOW_DECRYPT_FLAG
Key can be used for decryption.
NCRYPT_ALLOW_SIGNING_FLAG
Key can be used for signing.
NCRYPT_ALLOW_KEY_AGREEMENT_FLAG
Key can be used for secret agreement encryption.
NCRYPT_ALLOW_ALL_USAGES
Key can be used for any purpose.
❊ Example:
bitlocker-certificate.txt
Last updated