Condividi tramite


SamlSecurityTokenHandler.WriteSubjectKeyInfo Metodo

Definizione

Serializza l'elemento Subject <ds:KeyInfo> con il writer XML specificato.

protected:
 virtual void WriteSubjectKeyInfo(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ subjectSki);
protected virtual void WriteSubjectKeyInfo (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityKeyIdentifier subjectSki);
abstract member WriteSubjectKeyInfo : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
override this.WriteSubjectKeyInfo : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
Protected Overridable Sub WriteSubjectKeyInfo (writer As XmlWriter, subjectSki As SecurityKeyIdentifier)

Parametri

writer
XmlWriter

XmlWriter con cui serializzare l'identificatore di chiave.

subjectSki
SecurityKeyIdentifier

SecurityKeyIdentifier che rappresenta l'identificatore di chiave da scrivere.

Eccezioni

subjectSki è null.

-oppure-

writer è null.

Si applica a