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