RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) Metoda

Definicja

Zapisuje parametr zakodowany Exponent w formacie Base64 algorytmu RSA do określonego serializatora XML.

public:
 void WriteExponentAsBase64(System::Xml::XmlWriter ^ writer);
public void WriteExponentAsBase64 (System.Xml.XmlWriter writer);
member this.WriteExponentAsBase64 : System.Xml.XmlWriter -> unit
Public Sub WriteExponentAsBase64 (writer As XmlWriter)

Parametry

writer
XmlWriter

A XmlWriter do zapisania parametru zakodowanego Exponent w formacie Base64 algorytmu RSA.

Wyjątki

writer to null.

Dotyczy