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。

适用于