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