SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Método

Definición

Lee un elemento saml:DoNotCacheCondition del lector XML especificado.

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

Parámetros

reader
XmlReader

Un lector XML situado en un elemento saml:DoNotCacheCondition.

Devoluciones

SamlDoNotCacheCondition que se leyó.

Excepciones

reader es null.

reader no está situado en un elemento saml:DoNotCacheCondition.

Se aplica a