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 num elemento saml:DoNotCacheCondition.

Devoluções

Depois SamlDoNotCacheCondition isso foi lido.

Exceções

reader é null.

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

Aplica-se a