Saml2SecurityTokenHandler.WriteStatement(XmlWriter, Saml2Statement) 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 um Saml2Statement.
protected:
virtual void WriteStatement(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2Statement ^ data);
protected virtual void WriteStatement(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2Statement data);
abstract member WriteStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Statement -> unit
override this.WriteStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Statement -> unit
Protected Overridable Sub WriteStatement (writer As XmlWriter, data As Saml2Statement)
Parâmetros
- data
- Saml2Statement
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 Saml2Statement para escrever um <elemento saml:Statement> , substitua este método.