RequestSecurityToken.ActAs 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요청자가 작동하려는 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 위임을 포함하지 않는 요청에 있습니다.