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