Freigeben über


SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Methode

Definition

Liest ein saml:DoNotCacheCondition-Element aus dem angegebenen 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

Parameter

reader
XmlReader

Ein XML-Reader, der an einem saml:DoNotCacheCondition-Element positioniert ist.

Gibt zurück

Das gelesene SamlDoNotCacheCondition.

Ausnahmen

reader ist null.

reader ist nicht an einem saml:DoNotCacheCondition-Element positioniert.

Gilt für: