SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Method

Definition

Reads a saml:DoNotCacheCondition element from the specified XML reader.

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

Parameters

reader
XmlReader

An XML reader positioned at a saml:DoNotCacheCondition element.

Returns

The SamlDoNotCacheCondition that was read.

Exceptions

reader is null.

reader is not positioned at a saml:DoNotCacheCondition element.

Applies to