SecurityTokenDescriptor.AppliesToAddress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 之值的嘗試。