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方法時,請使用此屬性所擷取的字串來設定對稱加密演算法名稱。 字串代表與 Galois 計數器模式 (GCM) 模式結合的進階加密標準 (AES) 演算法。

適用於

另請參閱