共用方式為


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 元素的內容。 這個選擇性專案包含用來加密證明金鑰的令牌。

適用於