다음을 통해 공유


SecurityTokenDescriptor.AppliesToAddress 속성

정의

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

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가 아닌 값으로 설정하려는 시도가 발생합니다.

적용 대상