SamlSecurityTokenHandler.ReadStatement(XmlReader) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lê 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
Retornos
Um SamlStatement que representa o elemento Statement que foi lido.
Exceções
reader
é null
.
Comentários
A implementação padrão trata apenas os elementos Statement que especificam um xsi:type de saml:AttributeStatementType, saml:AuthnStatementType e saml:AuthzDecisionStatementType. Para lidar com instruções personalizadas, substitua esse método.