다음을 통해 공유


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

설명

Wst:ActAs 요소의 콘텐츠를 나타냅니다. 이 선택적 요소 위임 시나리오를 지원 하 고는 요청 자가 요청 다른 id 역할을 나타냅니다. 이 요소는 Ws-trust 1.4에서 도입 되었습니다. 이 속성은 null 위임을 포함 하지 않는 요청입니다.

적용 대상