EnrollKeyUsages enumeration
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.
Syntax
var value = Windows.Security.Cryptography.Certificates.EnrollKeyUsages.none;
Attributes
- FlagsAttribute()
- VersionAttribute(NTDDI_WIN8)
Members
The EnrollKeyUsages enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
No usage is specified for the key. |
| Decryption | decryption | 1 |
The key can be used for decryption. |
| Signing | signing | 2 |
The key can be used for signing. |
| KeyAgreement | keyAgreement | 4 |
The key can be used for secret agreement encryption. |
| All | all | 16777215 |
The key can be used for decryption, signing. and key agreement. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
