RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) Method

Definition

Writes the Base64 encoded Exponent parameter of the RSA algorithm into the specified XML serializer.

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)

Parameters

writer
XmlWriter

A XmlWriter to write the Base64 encoded Exponent parameter of the RSA algorithm.

Exceptions

writer is null.

Applies to