SamlSecurityTokenHandler.ReadConditions(XmlReader) Método
Definição
Lê o elemento <saml:Conditions>.Reads the <saml:Conditions> element.
protected:
virtual System::IdentityModel::Tokens::SamlConditions ^ ReadConditions(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlConditions ReadConditions (System.Xml.XmlReader reader);
abstract member ReadConditions : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlConditions
override this.ReadConditions : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlConditions
Protected Overridable Function ReadConditions (reader As XmlReader) As SamlConditions
Parâmetros
- reader
- XmlReader
Um XmlReader posicionado no elemento a ser lido.An XmlReader positioned at the element to read.
Retornos
Um SamlConditions que representa o elemento Conditions que é lido.A SamlConditions that represents the Conditions element that is read.
Exceções
reader é null.reader is null.
reader não está posicionado em um elemento Conditions.reader is not positioned at a Conditions element.
Comentários
Para manipular <saml:Condition> elementos personalizados, substitua esse método.To handle custom <saml:Condition> elements, override this method.