SamlSerializer.ReadDoNotCacheCondition(XmlDictionaryReader) Method

Definition

Reads the <saml:DoNotCacheCondition> element.

protected virtual Microsoft.IdentityModel.Tokens.Saml.SamlDoNotCacheCondition ReadDoNotCacheCondition (System.Xml.XmlDictionaryReader reader);
abstract member ReadDoNotCacheCondition : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlDoNotCacheCondition
override this.ReadDoNotCacheCondition : System.Xml.XmlDictionaryReader -> Microsoft.IdentityModel.Tokens.Saml.SamlDoNotCacheCondition
Protected Overridable Function ReadDoNotCacheCondition (reader As XmlDictionaryReader) As SamlDoNotCacheCondition

Parameters

reader
XmlDictionaryReader

A XmlReader positioned at a SamlConditions element.

Returns

A SamlDoNotCacheCondition instance.

Applies to