Windows.Security.Cryptography.Certificates namespace

3 out of 3 rated this helpful - Rate this topic

Contains types that you can use to create certificate requests and install certificate responses.

Members

The Windows.Security.Cryptography.Certificates namespace has these types of members:

Classes

The Windows.Security.Cryptography.Certificates namespace has these classes.

ClassDescription
CertificateEnrollmentManager Represents a certificate enrollment manager.
CertificateRequestProperties Represents the properties of a certificate request.
KeyAlgorithmNames Defines several commonly used public key algorithm names. You can use this class in the KeyAlgorithmName property on the CertificateRequestProperties class.
KeyStorageProviderNames Defines several commonly used key storage provider names. You can use this class in the KeyStorageProviderName property on the CertificateRequestProperties class.

 

Enumerations

The Windows.Security.Cryptography.Certificates namespace has these enumerations.

EnumerationDescription
EnrollKeyUsages 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.
ExportOption Specifies whether a private key can be exported. This enumeration type is used in the Exportable property of a CertificateRequestProperties object.
InstallOptions Specifies certificate installation options.
KeyProtectionLevel Specifies the key protection level. This enumeration type is used in the KeyProtectionLevel property of a CertificateRequestProperties object.
KeySize Specifies commonly used RSA algorithm key sizes. This enumeration type can be used in the KeySize property of a CertificateRequestProperties object.

 

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

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.