Edit

Share via


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