0 out of 1 rated this helpful - Rate this topic

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.

MemberValueDescription
None | none0

No usage is specified for the key.

Decryption | decryption1

The key can be used for decryption.

Signing | signing2

The key can be used for signing.

KeyAgreement | keyAgreement4

The key can be used for secret agreement encryption.

All | all16777215

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Security.Cryptography.Certificates
Windows::Security::Cryptography::Certificates [C++]

Metadata

Windows.winmd

See also

CertificateRequestProperties
KeyUsages
Windows.Security.Cryptography.Certificates

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.