Saml2Serializer.ReadAction(XmlDictionaryReader) Method
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.
Reads the <saml:Action> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2Action ReadAction (System.Xml.XmlDictionaryReader reader);
abstract member ReadAction : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Action
override this.ReadAction : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml2.Saml2Action
Protected Overridable Function ReadAction (reader As XmlDictionaryReader) As Saml2Action
Parameters
- reader
- XmlDictionaryReader
A XmlDictionaryReader positioned at a Saml2Action element.
Returns
A Saml2Action instance.
Exceptions
If reader
is null.
If Saml2Action is not an Absolute Uri.