RequestSecurityToken.Encryption 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定加密時要使用之權杖和金鑰的資訊。
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 元素的內容。 這個選擇性專案表示所發行安全性令牌中傳回的任何秘密都應該針對指定的令牌加密。