Saml2SecurityTokenHandler.WriteAuthenticationStatement(XmlWriter, Saml2AuthenticationStatement) Método

Definição

Grava o elemento <saml:AuthnStatement>.Writes the <saml:AuthnStatement> element.

protected:
 virtual void WriteAuthenticationStatement(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2AuthenticationStatement ^ data);
protected virtual void WriteAuthenticationStatement (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2AuthenticationStatement data);
abstract member WriteAuthenticationStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2AuthenticationStatement -> unit
override this.WriteAuthenticationStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2AuthenticationStatement -> unit
Protected Overridable Sub WriteAuthenticationStatement (writer As XmlWriter, data As Saml2AuthenticationStatement)

Parâmetros

writer
XmlWriter

O XmlWriter com o qual gravar os dados.The XmlWriter with which to write the data.

data
Saml2AuthenticationStatement

Os dados a serem gravados.The data to write.

Exceções

data é null.data is null.

- ou --or- writer é null.writer is null.

Aplica-se a