SecurityTokenDescriptor.AppliesToAddress 속성

정의

에 있는 AppliesTo 속성 RequestSecurityTokenResponse의 주소를 가져오거나 설정합니다.

public:
 property System::String ^ AppliesToAddress { System::String ^ get(); void set(System::String ^ value); };
public string AppliesToAddress { get; set; }
member this.AppliesToAddress : string with get, set
Public Property AppliesToAddress As String

속성 값

주소를 나타내는 절대 URI입니다.

예외

속성을 절대 URI가 아닌 값으로 설정하려는 시도가 발생합니다.

적용 대상