SamlAuthorityBinding.Location Property

Definition

Gets or sets how to locate and communicate with the SAML authority that has additional information that has additional information about the subject.

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

Property Value

A URI reference that describes how to locate and communicate with the SAML authority that has additional information about the subject.

Attributes

Exceptions

The Location property is set and the IsReadOnly property is true.

The Location property is set to null.

Remarks

The Location property corresponds to the Location attribute of the <AuthorityBinding> element defined in the Assertions and Protocol for the OASIS SAML specification.

Applies to