Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

File metadata and controls

37 lines (25 loc) · 1.08 KB
-api-id -api-type
T:Windows.Security.Cryptography.Certificates.EnrollKeyUsages
winrt enum

EnrollKeyUsages

-description

Specifies the cryptographic operations that can be performed by the private key. This enumeration type is used in the KeyUsages property of a CertificateRequestProperties object.

-enum-fields

-field None:0

No usage is specified for the key.

-field Decryption:1

The key can be used for decryption.

-field Signing:2

The key can be used for signing.

-field KeyAgreement:4

The key can be used for secret agreement encryption.

-field All:16777215

The key can be used for decryption, signing. and key agreement.

-remarks

-examples

-see-also

CertificateRequestProperties, KeyUsages, Windows.Security.Cryptography.Certificates