共用方式為


RequestSecurityToken.Encryption 屬性

定義

取得或設定加密時要使用之權杖和金鑰的資訊。

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

屬性值

包含加密資訊的 SecurityTokenElement

備註

表示 wst:Encryption 元素的內容。 這個選擇性專案表示所發行安全性令牌中傳回的任何秘密都應該針對指定的令牌加密。

適用於