次の方法で共有


SymmetricAlgorithmNames.AesGcm プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

"AES_GCM" を含む文字列。

注釈

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

適用対象

こちらもご覧ください