SecurityTokenSerializer.WriteKeyIdentifierCore Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Scrive l'identificatore di chiave specificato utilizzando il writer XML specificato. Chiamato dalla classe base.
protected:
abstract void WriteKeyIdentifierCore(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier);
protected abstract void WriteKeyIdentifierCore(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier);
abstract member WriteKeyIdentifierCore : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
Protected MustOverride Sub WriteKeyIdentifierCore (writer As XmlWriter, keyIdentifier As SecurityKeyIdentifier)
Parametri
- keyIdentifier
- SecurityKeyIdentifier
Oggetto SecurityKeyIdentifier che rappresenta l'identificatore di chiave da scrivere.
Eccezioni
Commenti
Le classi che derivano dalla classe devono eseguire l'override SecurityTokenSerializer del WriteKeyIdentifierCore(XmlWriter, SecurityKeyIdentifier) metodo . Il WriteKeyIdentifier(XmlWriter, SecurityKeyIdentifier) metodo chiama il WriteKeyIdentifierCore(XmlWriter, SecurityKeyIdentifier) metodo .