SamlAuthorityBinding.Binding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
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.
- Attributes
Exceptions
The Binding property is set and the IsReadOnly property is true
.
The Binding property is set to null
.
Remarks
The Binding property corresponds to the Binding
attribute of the <AuthorityBinding>
element defined in the Assertions and Protocol for the OASIS SAML specification.