SamlSecurityTokenHandler.ReadDoNotCacheCondition(XmlReader) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.