SymmetricAlgorithmNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains static properties that enable you to retrieve algorithm names that can be used in the OpenAlgorithm method of the SymmetricKeyAlgorithmProvider class.
public ref class SymmetricAlgorithmNames abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SymmetricAlgorithmNames final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class SymmetricAlgorithmNames
Public Class SymmetricAlgorithmNames
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
AesCbc |
Retrieves a string that contains "AES_CBC". |
AesCbcPkcs7 |
Retrieves a string that contains "AES_CBC_PKCS7". |
AesCcm |
Retrieves a string that contains "AES_CCM". |
AesEcb |
Retrieves a string that contains "AES_ECB". |
AesEcbPkcs7 |
Retrieves a string that contains "AES_ECB_PKCS7". |
AesGcm |
Retrieves a string that contains "AES_GCM". |
DesCbc |
Retrieves a string that contains "DES_CBC". |
DesCbcPkcs7 |
Retrieves a string that contains "DES_CBC_PKCS7". |
DesEcb |
Retrieves a string that contains "DES_ECB". |
DesEcbPkcs7 |
Retrieves a string that contains "DES_ECB_PKCS7". |
Rc2Cbc |
Retrieves a string that contains "RC2_CBC". |
Rc2CbcPkcs7 |
Retrieves a string that contains "RC2_CBC_PKCS7". |
Rc2Ecb |
Retrieves a string that contains "RC2_ECB". |
Rc2EcbPkcs7 |
Retrieves a string that contains "RC2_ECB_PKCS7". |
Rc4 |
Retrieves a string that contains "RC4". |
TripleDesCbc |
Retrieves a string that contains "3DES_CBC". |
TripleDesCbcPkcs7 |
Retrieves a string that contains "3DES_CBC_PKCS7". |
TripleDesEcb |
Retrieves a string that contains "3DES_ECB". |
TripleDesEcbPkcs7 |
Retrieves a string that contains "3DES_ECB_PKCS7". |