SamlAuthorityBinding.AuthorityKind Property
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.
Gets or sets the type of queries that the SAML authority that has additional information about the subject, responds to.
public:
property System::Xml::XmlQualifiedName ^ AuthorityKind { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Xml.XmlQualifiedName AuthorityKind { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AuthorityKind : System.Xml.XmlQualifiedName with get, set
Public Property AuthorityKind As XmlQualifiedName
Property Value
An XmlQualifiedName that represents the type of queries that the SAML authority that has additional information about the subject, responds to.
- Attributes
Exceptions
The AuthorityKind property is set and the IsReadOnly property is true
.
The AuthorityKind property is set to null
.
Remarks
The AuthorityKind property corresponds to the AuthorityKind
attribute of the <AuthorityBinding>
element, as defined in the Assertions and Protocol for the OASIS SAML specification.