EncryptedKeyIdentifierClause.EncryptionMethod 属性

定义

获取用于加密密钥的加密算法。

public:
 property System::String ^ EncryptionMethod { System::String ^ get(); };
public string EncryptionMethod { get; }
member this.EncryptionMethod : string
Public ReadOnly Property EncryptionMethod As String

属性值

用于加密密钥的加密算法。

注解

通常,EncryptionMethod 属性的值是 SecurityAlgorithms 类中的静态常数字符串之一。

适用于