SecurityTokenSerializer.WriteKeyIdentifierClauseCore 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 la clausola dell'identificatore di chiave specificata utilizzando il writer XML specificato. Chiamato dalla classe di base.
protected:
abstract void WriteKeyIdentifierClauseCore(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
protected abstract void WriteKeyIdentifierClauseCore (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member WriteKeyIdentifierClauseCore : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> unit
Protected MustOverride Sub WriteKeyIdentifierClauseCore (writer As XmlWriter, keyIdentifierClause As SecurityKeyIdentifierClause)
Parametri
- writer
- XmlWriter
Elemento XmlWriter che consente di scrivere la clausola dell'identificatore di chiave.
- keyIdentifierClause
- SecurityKeyIdentifierClause
Classe SecurityKeyIdentifierClause che rappresenta la clausola dell'identificatore di chiave da scrivere.
Eccezioni
Commenti
Le classi che derivano dalla classe SecurityTokenSerializer devono eseguire l'override del metodo WriteKeyIdentifierClauseCore(XmlWriter, SecurityKeyIdentifierClause). Il metodo WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause) chiama il metodo WriteKeyIdentifierClauseCore(XmlWriter, SecurityKeyIdentifierClause).