Partager via


SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Méthode

Définition

Lit un élément saml :DoNotCacheCondition à partir du lecteur XML spécifié.

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

Paramètres

reader
XmlReader

Lecteur XML positionné sur un élément saml :DoNotCacheCondition.

Retours

Le SamlDoNotCacheCondition qui a été lu.

Exceptions

reader a la valeur null.

reader n'est pas positionné au niveau d'un élément saml:DoNotCacheCondition.

S’applique à