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 di 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
Elemento SecurityKeyIdentifier che rappresenta l'identificatore di chiave da scrivere.
Eccezioni
Commenti
Le classi che derivano dalla classe SecurityTokenSerializer devono eseguire l'override del metodo WriteKeyIdentifierCore(XmlWriter, SecurityKeyIdentifier). Il metodo WriteKeyIdentifier(XmlWriter, SecurityKeyIdentifier) chiama il metodo WriteKeyIdentifierCore(XmlWriter, SecurityKeyIdentifier).