SamlSecurityTokenHandler.ReadStatement(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ê-se o <elemento saml:Statement> .
protected:
virtual System::IdentityModel::Tokens::SamlStatement ^ ReadStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement(System.Xml.XmlReader reader);
abstract member ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlStatement
override this.ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlStatement
Protected Overridable Function ReadStatement (reader As XmlReader) As SamlStatement
Parâmetros
Devoluções
A SamlStatement que representa o elemento Statement que foi lido.
Exceções
reader é null.
Observações
A implementação padrão apenas lida com elementos de Statement que especificam um xsi:type de saml:AttributeStatementType, saml:AuthnStatementType e saml:AuthzDecisionStatementType. Para gerir instruções personalizadas, sobrepor este método.