SamlSerializer.ReadConditions(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:Conditions> element.
protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlConditions ReadConditions (System.Xml.XmlDictionaryReader reader);
abstract member ReadConditions : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlConditions
override this.ReadConditions : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlConditions
Protected Overridable Function ReadConditions (reader As XmlDictionaryReader) As SamlConditions
Parameters
- reader
- XmlDictionaryReader
A XmlReader positioned at a SamlConditions element.
Returns
A SamlConditions instance.
Remarks
To handle custom <saml:Conditions> elements, override this method.