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.
| Property | Access type | Description |
|---|---|---|
| Read-only | Retrieves a string that contains "DSA_SHA1". | |
| Read-only | Retrieves a string that contains "DSA_SHA256". | |
| Read-only | Retrieves a string that contains "ECDSA_P256_SHA256". | |
| Read-only | Retrieves a string that contains "ECDSA_P384_SHA384". | |
| Read-only | Retrieves a string that contains "ECDSA_P521_SHA512". | |
| Read-only | Retrieves a string that contains "RSA_OAEP_SHA1". | |
| Read-only | Retrieves a string that contains "RSA_OAEP_SHA256". | |
| Read-only | Retrieves a string that contains "RSA_OAEP_SHA384". | |
| Read-only | Retrieves a string that contains "RSA_OAEP_SHA512". | |
| Read-only | Retrieves a string that contains "RSA_PKCS1". | |
| Read-only | Retrieves a string that contains "RSASIGN_PKCS1_SHA1". | |
| Read-only | Retrieves a string that contains "RSASIGN_PKCS1_SHA256". | |
| Read-only | Retrieves a string that contains "RSASIGN_PKCS1_SHA384". | |
| Read-only | Retrieves a string that contains "RSASIGN_PSS_SHA512". | |
| Read-only | Retrieves a string that contains "RSASIGN_PSS_SHA1". | |
| Read-only | Retrieves a string that contains "RSASIGN_PSS_SHA256". | |
| Read-only | Retrieves a string that contains "RSASIGN_PSS_SHA384". | |
| Read-only | Retrieves 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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
