RequestSecurityToken.ActAs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要求者嘗試扮演之識別的安全性權杖。
public:
property System::IdentityModel::Tokens::SecurityTokenElement ^ ActAs { System::IdentityModel::Tokens::SecurityTokenElement ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenElement ^ value); };
public System.IdentityModel.Tokens.SecurityTokenElement ActAs { get; set; }
member this.ActAs : System.IdentityModel.Tokens.SecurityTokenElement with get, set
Public Property ActAs As SecurityTokenElement
屬性值
表示要求者嘗試扮演之識別身分的 SecurityTokenElement。 可以是 null
。
備註
表示 wst:ActAs 元素的內容。 這個選擇性元素支援委派案例,並指出要求者正在提出要求以作為另一個身分識別。 此元素是在 WS-Trust 1.4 中引進。 此屬性位於 null
不包含委派的要求中。