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

Lector XML colocado en un elemento saml:DoNotCacheCondition.

Devoluciones

El SamlDoNotCacheCondition que se leyó.

Excepciones

reader es null.

reader no se coloca en un elemento saml:DoNotCacheCondition.

Se aplica a