Saml2SecurityTokenHandler.ReadAction(XmlReader) Method

Definition

Reads the <saml:Action> element.

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

Parameters

reader
XmlReader

An XmlReader positioned at the element to read.

Returns

A Saml2Action that represents the Action element that is read.

Exceptions

reader is null.

Applies to