共用方式為


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 之值的嘗試。

適用於