Saml2SecurityTokenHandler.ReadSubjectKeyInfo(XmlReader) Method

Definition

Deserializes the SAML Subject <ds:KeyInfo> element.

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

Parameters

reader
XmlReader

An XmlReader positioned at a <ds:KeyInfo> element.

Returns

A SecurityKeyIdentifier that represents the contents of the <ds:KeyInfo> element.

Exceptions

reader is null.

Applies to