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 されます。

適用対象