WSSecurityTokenSerializer.WriteKeyIdentifierCore Méthode

Définition

Écrit le cœur d'identificateur de clé à la clause d'identificateur de clé spécifiée à l'aide du XmlWriter spécifié.

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)

Paramètres

writer
XmlWriter

XmlWriter spécifié.

keyIdentifier
SecurityKeyIdentifier

Clause d'identificateur de clé de sécurité.

Exceptions

Une erreur s'est produite lors de la sérialisation de l'identificateur de clé.

L'écriture de l'identificateur de clé n'a pas abouti.

S’applique à