次の方法で共有


SymmetricAlgorithmNames.AesEcb プロパティ

定義

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

public:
 static property Platform::String ^ AesEcb { Platform::String ^ get(); };
static winrt::hstring AesEcb();
public static string AesEcb { get; }
var string = SymmetricAlgorithmNames.aesEcb;
Public Shared ReadOnly Property AesEcb As String

プロパティ値

String

Platform::String

winrt::hstring

"AES_ECB" を含む文字列。

注釈

SymmetricKeyAlgorithmProvider オブジェクトで OpenAlgorithm メソッドを呼び出すときに、このプロパティによって取得された文字列を使用して対称暗号化アルゴリズム名を設定します。 文字列は、Advanced Encryption Standard (AES) アルゴリズムと電子コードブック (ECB) モードの動作を組み合わせて表します。

適用対象

こちらもご覧ください