次の方法で共有


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 クラスの静的定数文字列のいずれかです。

適用対象