SamlAuthorityBinding.Location 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定對擁有關於主體的額外資訊之其他資訊的 SAML 授權單位進行尋找和與其通訊的方式
public:
property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Location { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Location : string with get, set
Public Property Location As String
屬性值
URI 參考,此參考會描述對擁有關於主體之其他資訊的 SAML 授權單位進行尋找和與其通訊的方式。
- 屬性
例外狀況
系統會設定 Location 屬性,而 IsReadOnly 屬性為 true
。
Location 屬性設定為 null
。
備註
Location 屬性 (Property) 會對應到已在 Assertions and Protocol for the OASIS SAML 規格中定義之 Location
項目的 <AuthorityBinding>
屬性 (Attribute)。