SamlAuthorityBinding Constructors

Definition

Initializes a new instance of the SamlAuthorityBinding class.

Overloads

SamlAuthorityBinding()

Initializes a new instance of the SamlAuthorityBinding class.

SamlAuthorityBinding(XmlQualifiedName, String, String)

Initializes a new instance of the SamlAuthorityBinding class using the specified query types, protocol binding, and SAML authority location.

SamlAuthorityBinding()

Initializes a new instance of the SamlAuthorityBinding class.

public:
 SamlAuthorityBinding();
public SamlAuthorityBinding ();
Public Sub New ()

Applies to

SamlAuthorityBinding(XmlQualifiedName, String, String)

Initializes a new instance of the SamlAuthorityBinding class using the specified query types, protocol binding, and SAML authority location.

public:
 SamlAuthorityBinding(System::Xml::XmlQualifiedName ^ authorityKind, System::String ^ binding, System::String ^ location);
public SamlAuthorityBinding (System.Xml.XmlQualifiedName authorityKind, string binding, string location);
new System.IdentityModel.Tokens.SamlAuthorityBinding : System.Xml.XmlQualifiedName * string * string -> System.IdentityModel.Tokens.SamlAuthorityBinding
Public Sub New (authorityKind As XmlQualifiedName, binding As String, location As String)

Parameters

authorityKind
XmlQualifiedName

An XmlQualifiedName that represents the type of queries that the SAML authority that has additional information about the subject responds to.

binding
String

A URI reference that identifies the SAML protocol binding to use when communicating with the SAML authority that has additional information about the subject.

location
String

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

Applies to