WSSecurityTokenSerializer.WriteKeyIdentifierCore Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Escribe el núcleo del identificador clave con una cláusula identificador clave especificada utilizando el XmlWriterespecificado.
protected:
override void WriteKeyIdentifierCore(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier);
protected override void WriteKeyIdentifierCore (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier);
override this.WriteKeyIdentifierCore : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
Protected Overrides Sub WriteKeyIdentifierCore (writer As XmlWriter, keyIdentifier As SecurityKeyIdentifier)
Parámetros
- writer
- XmlWriter
XmlWriter especificado.
- keyIdentifier
- SecurityKeyIdentifier
Cláusula de identificador de clave de seguridad.
Excepciones
Se produjo un error al serializar el identificador clave.
No se escribió correctamente el identificador clave.