SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.