Saml2SecurityTokenHandler.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::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
Retornos
Um Saml2Statement 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 manipular instruções personalizadas, substitua esse método.