AsymmetricAlgorithmNames Class

Definition

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

public ref class AsymmetricAlgorithmNames abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AsymmetricAlgorithmNames final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class AsymmetricAlgorithmNames
Public Class AsymmetricAlgorithmNames
Inheritance
Object Platform::Object IInspectable AsymmetricAlgorithmNames
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

DsaSha1

Retrieves a string that contains "DSA_SHA1".

DsaSha256

Retrieves a string that contains "DSA_SHA256".

EcdsaP256Sha256

Retrieves a string that contains "ECDSA_P256_SHA256".

EcdsaP384Sha384

Retrieves a string that contains "ECDSA_P384_SHA384".

EcdsaP521Sha512

Retrieves a string that contains "ECDSA_P521_SHA512".

EcdsaSha256

Retrieves a string that contains "ECDSA_SHA256".

EcdsaSha384

Retrieves a string that contains "ECDSA_SHA384".

EcdsaSha512

Retrieves a string that contains "ECDSA_SHA512".

RsaOaepSha1

Retrieves a string that contains "RSA_OAEP_SHA1".

RsaOaepSha256

Retrieves a string that contains "RSA_OAEP_SHA256".

RsaOaepSha384

Retrieves a string that contains "RSA_OAEP_SHA384".

RsaOaepSha512

Retrieves a string that contains "RSA_OAEP_SHA512".

RsaPkcs1

Retrieves a string that contains "RSA_PKCS1".

RsaSignPkcs1Sha1

Retrieves a string that contains "RSASIGN_PKCS1_SHA1".

RsaSignPkcs1Sha256

Retrieves a string that contains "RSASIGN_PKCS1_SHA256".

RsaSignPkcs1Sha384

Retrieves a string that contains "RSASIGN_PKCS1_SHA384".

RsaSignPkcs1Sha512

Retrieves a string that contains "RSASIGN_PSS_SHA512".

RsaSignPssSha1

Retrieves a string that contains "RSASIGN_PSS_SHA1".

RsaSignPssSha256

Retrieves a string that contains "RSASIGN_PSS_SHA256".

RsaSignPssSha384

Retrieves a string that contains "RSASIGN_PSS_SHA384".

RsaSignPssSha512

Retrieves a string that contains "RSASIGN_PSS_SHA512".

Applies to

See also