RsaKeyIdentifierClause.WriteModulusAsBase64(XmlWriter) Method

Definition

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

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

Parameters

writer
XmlWriter

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

Exceptions

writer is null.

Applies to