次の方法で共有


SymmetricAlgorithmNames クラス

定義

SymmetricKeyAlgorithmProvider クラスの OpenAlgorithm メソッドで使用できるアルゴリズム名を取得できる静的プロパティが含まれています。

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
継承
Object Platform::Object IInspectable SymmetricAlgorithmNames
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

AesCbc

"AES_CBC" を含む文字列を取得します。

AesCbcPkcs7

"AES_CBC_PKCS7" を含む文字列を取得します。

AesCcm

"AES_CCM" を含む文字列を取得します。

AesEcb

"AES_ECB" を含む文字列を取得します。

AesEcbPkcs7

"AES_ECB_PKCS7" を含む文字列を取得します。

AesGcm

"AES_GCM" を含む文字列を取得します。

DesCbc

"DES_CBC" を含む文字列を取得します。

DesCbcPkcs7

"DES_CBC_PKCS7" を含む文字列を取得します。

DesEcb

"DES_ECB" を含む文字列を取得します。

DesEcbPkcs7

"DES_ECB_PKCS7" を含む文字列を取得します。

Rc2Cbc

"RC2_CBC" を含む文字列を取得します。

Rc2CbcPkcs7

"RC2_CBC_PKCS7" を含む文字列を取得します。

Rc2Ecb

"RC2_ECB" を含む文字列を取得します。

Rc2EcbPkcs7

"RC2_ECB_PKCS7" を含む文字列を取得します。

Rc4

"RC4" を含む文字列を取得します。

TripleDesCbc

"3DES_CBC" を含む文字列を取得します。

TripleDesCbcPkcs7

"3DES_CBC_PKCS7" を含む文字列を取得します。

TripleDesEcb

"3DES_ECB" を含む文字列を取得します。

TripleDesEcbPkcs7

"3DES_ECB_PKCS7" を含む文字列を取得します。

適用対象

こちらもご覧ください