This topic has not yet been rated - Rate this topic

AsymmetricAlgorithmNames class

Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the AsymmetricKeyAlgorithmProvider class.

Syntax


var asymmetricAlgorithmNames = Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames;

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.Security.Cryptography.Core.IAsymmetricAlgorithmNamesStatics, NTDDI_WIN8)
VersionAttribute(NTDDI_WIN8)

Members

The AsymmetricAlgorithmNames class has these types of members:

Methods

The AsymmetricAlgorithmNames class inherits methods from the Object class (C#/VB/C++).

Properties

The AsymmetricAlgorithmNames class has these properties.

PropertyAccess typeDescription

DsaSha1

Read-onlyRetrieves a string that contains "DSA_SHA1".

DsaSha256

Read-onlyRetrieves a string that contains "DSA_SHA256".

EcdsaP256Sha256

Read-onlyRetrieves a string that contains "ECDSA_P256_SHA256".

EcdsaP384Sha384

Read-onlyRetrieves a string that contains "ECDSA_P384_SHA384".

EcdsaP521Sha512

Read-onlyRetrieves a string that contains "ECDSA_P521_SHA512".

RsaOaepSha1

Read-onlyRetrieves a string that contains "RSA_OAEP_SHA1".

RsaOaepSha256

Read-onlyRetrieves a string that contains "RSA_OAEP_SHA256".

RsaOaepSha384

Read-onlyRetrieves a string that contains "RSA_OAEP_SHA384".

RsaOaepSha512

Read-onlyRetrieves a string that contains "RSA_OAEP_SHA512".

RsaPkcs1

Read-onlyRetrieves a string that contains "RSA_PKCS1".

RsaSignPkcs1Sha1

Read-onlyRetrieves a string that contains "RSASIGN_PKCS1_SHA1".

RsaSignPkcs1Sha256

Read-onlyRetrieves a string that contains "RSASIGN_PKCS1_SHA256".

RsaSignPkcs1Sha384

Read-onlyRetrieves a string that contains "RSASIGN_PKCS1_SHA384".

RsaSignPkcs1Sha512

Read-onlyRetrieves a string that contains "RSASIGN_PSS_SHA512".

RsaSignPssSha1

Read-onlyRetrieves a string that contains "RSASIGN_PSS_SHA1".

RsaSignPssSha256

Read-onlyRetrieves a string that contains "RSASIGN_PSS_SHA256".

RsaSignPssSha384

Read-onlyRetrieves a string that contains "RSASIGN_PSS_SHA384".

RsaSignPssSha512

Read-onlyRetrieves a string that contains "RSASIGN_PSS_SHA512".

 

Remarks

All of the properties associated with this class are static. You do not need to create an instance of the class to retrieve a property value.

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 [Windows Store apps, desktop apps]

Namespace

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

Metadata

Windows.winmd

See also

AsymmetricKeyAlgorithmProvider
Object

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.