Saml2SecurityTokenHandler.ReadIssuer(XmlReader) Method

Definition

Reads the <saml:Issuer> element.

protected:
 virtual System::IdentityModel::Tokens::Saml2NameIdentifier ^ ReadIssuer(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2NameIdentifier ReadIssuer (System.Xml.XmlReader reader);
abstract member ReadIssuer : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
override this.ReadIssuer : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
Protected Overridable Function ReadIssuer (reader As XmlReader) As Saml2NameIdentifier

Parameters

reader
XmlReader

An XmlReader positioned at the element to read.

Returns

A Saml2NameIdentifier that represents the Issuer element that is read.

Exceptions

reader is null.

Applies to