Dela via


SamlAuthorityBinding(XmlQualifiedName, String, String) Constructor

Definition

Create an instance of SamlAuthorityBinding.

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

Parameters

authorityKind
XmlQualifiedName

The type of SAML protocol queries to which the authority described by this element will respond.

binding
String

The URI identifying the SAML protocol binding to use in communicating with the authority.

location
String

The URI describing how to locate and communicate with the authority.

Applies to