RequestSecurityToken.OnBehalfOf 속성

정의

요청이 이루어지는 ID를 대신하여 토큰을 가져오거나 설정합니다.

public:
 property System::IdentityModel::Tokens::SecurityTokenElement ^ OnBehalfOf { System::IdentityModel::Tokens::SecurityTokenElement ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenElement ^ value); };
public System.IdentityModel.Tokens.SecurityTokenElement OnBehalfOf { get; set; }
member this.OnBehalfOf : System.IdentityModel.Tokens.SecurityTokenElement with get, set
Public Property OnBehalfOf As SecurityTokenElement

속성 값

요청이 이루어지는 ID의 토큰을 포함하는 A SecurityTokenElement 입니다.

설명

wst:OnBehalfOf 요소의 내용을 나타냅니다. 이 선택적 요소는 요청자가 다른 ID를 대신하여 요청을 하고 있음을 나타냅니다.

적용 대상