SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metoda

Definicja

Odczytuje element saml:DoNotCacheCondition z określonego czytnika 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

Czytnik XML umieszczony w elemecie saml:DoNotCacheCondition.

Zwraca

To SamlDoNotCacheCondition było przeczytane.

Wyjątki

reader to null.

reader nie jest umieszczony w elemecie saml:DoNotCacheCondition.

Dotyczy