Sdílet prostřednictvím


SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metoda

Definice

Čte element saml:DoNotCacheCondition ze zadané čtečky XML.

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

Parametry

reader
XmlReader

Čtečka XML umístěna v saml:DoNotCacheCondition element.

Návraty

Ten SamlDoNotCacheCondition byl přečtený.

Výjimky

reader je null.

reader není umístěn v elementu saml:DoNotCacheCondition.

Platí pro