共用方式為


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 類別中的一個靜態常數字串。

適用於