RequestSecurityToken.ProofEncryption プロパティ

定義

証明トークンを暗号化するために使用されるトークンを取得または設定します。

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

プロパティ値

トークンを含む SecurityTokenElement

注釈

wst:ProofEncryption 要素の内容を表します。 この省略可能な要素には、証明キーの暗号化に使用するトークンが含まれています。

適用対象