SamlSecurityTokenHandler.WriteStatement(XmlWriter, SamlStatement) 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.
Escreve uma Declaração Saml.
protected:
virtual void WriteStatement(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SamlStatement ^ statement);
protected virtual void WriteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlStatement statement);
abstract member WriteStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.SamlStatement -> unit
override this.WriteStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.SamlStatement -> unit
Protected Overridable Sub WriteStatement (writer As XmlWriter, statement As SamlStatement)
Parâmetros
- statement
- SamlStatement
Os dados a escrever.
Exceções
Observações
Este método pode escrever um <elemento saml:AttributeStatement>, <saml:AuthnStatement> ou <saml:AuthzDecisionStatement> . Para gerir classes personalizadas SamlStatement para escrever um <elemento saml:Statement> , substitua este método.