SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Método

Definição

Lê um elemento saml:DoNotCacheCondition do leitor 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

Um leitor XML posicionado em um elemento saml:DoNotCacheCondition.

Retornos

O SamlDoNotCacheCondition que foi lido.

Exceções

reader é null.

reader não está posicionado em um elemento saml:DoNotCacheCondition.

Aplica-se a