EncryptingCredentials.SecurityKey プロパティ

定義

暗号化キー マテリアルを取得または設定します。

public:
 property System::IdentityModel::Tokens::SecurityKey ^ SecurityKey { System::IdentityModel::Tokens::SecurityKey ^ get(); void set(System::IdentityModel::Tokens::SecurityKey ^ value); };
public System.IdentityModel.Tokens.SecurityKey SecurityKey { get; set; }
member this.SecurityKey : System.IdentityModel.Tokens.SecurityKey with get, set
Public Property SecurityKey As SecurityKey

プロパティ値

証明キーの暗号化に使用される暗号化キーを含む SecurityKey

例外

プロパティを null に設定しようとしました。

適用対象