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를 나타내는 A SecurityTokenElement 입니다. null일 수 있습니다.

설명

wst:ActAs 요소의 내용을 나타냅니다. 이 선택적 요소는 위임 시나리오를 지원하며 요청자가 다른 ID로 작동하도록 요청하고 있음을 나타냅니다. 이 요소는 WS-Trust 1.4에서 도입되었습니다. 이 속성은 null 위임을 포함하지 않는 요청에 있습니다.

적용 대상