RequestSecurityToken.ActAs プロパティ

定義

要求元が使用しようとしている ID のセキュリティ トークンを取得または設定します。

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

プロパティ値

要求元が使用しようとしている ID を表す SecurityTokenElementnull の可能性があります。

注釈

wst:ActAs 要素の内容を表します。 この省略可能な要素は委任シナリオをサポートし、要求者が別の ID として機能するように要求を行っていることを示します。 この要素は、WS-Trust 1.4 で導入されています。 このプロパティは、 null 委任を伴わない要求にあります。

適用対象