SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Leest een saml:DoNotCacheCondition-element uit de opgegeven XML-lezer.
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
Parameters
- reader
- XmlReader
Een XML-lezer op een saml:DoNotCacheCondition-element.
Retouren
Dat SamlDoNotCacheCondition was gelezen.
Uitzonderingen
reader is null.
reader bevindt zich niet op een saml:DoNotCacheCondition-element.