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 方法时,使用此属性检索的字符串设置对称加密算法名称。 字符串表示高级加密标准 (AES) 算法与 Galois 计数器模式 (GCM) 操作模式相结合。

适用于

另请参阅