SamlAuthorityBinding(XmlQualifiedName, String, String) Constructor
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.
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.