SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metod

Definition

Läser ett saml:DoNotCacheCondition-element från den angivna XML-läsaren.

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

Parametrar

reader
XmlReader

En XML-läsare placerad på ett saml:DoNotCacheCondition-element.

Returer

Det SamlDoNotCacheCondition lästes.

Undantag

reader är null.

reader är inte placerad på ett saml:DoNotCacheCondition-element.

Gäller för