SamlAuthorityBinding.Binding 属性
定义
获取或设置与具有主题附加信息的 SAML 授权机构进行通信时所使用的 SAML 协议绑定。Gets or sets the SAML protocol binding to use when communicating with the SAML authority that has additional information that has additional information about the subject.
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 协议绑定。A URI reference that identifies the SAML protocol binding to use when communicating with the SAML authority that has additional information that has additional information about the subject.
- 属性
例外
设置了 Binding 属性,而 IsReadOnly 属性为 true。The Binding property is set and the IsReadOnly property is true.
注解
Binding 属性 (Property) 与 OASIS SAML 断言和协议规范中定义的 Binding 元素的 <AuthorityBinding> 属性 (Attribute) 相对应。The Binding property corresponds to the Binding attribute of the <AuthorityBinding> element defined in the Assertions and Protocol for the OASIS SAML specification.