SamlSerializer.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.
Read the <saml:Action> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlAction ReadAction (System.Xml.XmlDictionaryReader reader);
abstract member ReadAction : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAction
override this.ReadAction : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlAction
Protected Overridable Function ReadAction (reader As XmlDictionaryReader) As SamlAction
Parameters
- reader
- XmlDictionaryReader
A XmlDictionaryReader positioned at a SamlAction element.
Returns
A SamlAction instance.