Saml2SecurityTokenHandler.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::Saml2Statement ^ ReadStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Statement ReadStatement(System.Xml.XmlReader reader);
abstract member ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Statement
override this.ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Statement
Protected Overridable Function ReadStatement (reader As XmlReader) As Saml2Statement
Parâmetros
Devoluções
A Saml2Statement 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.