RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) Método

Definición

Escribe el parámetro codificado Exponent en Base64 del algoritmo RSA en el serializador XML especificado.

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)

Parámetros

writer
XmlWriter

para XmlWriter escribir el parámetro codificado Exponent en Base64 del algoritmo RSA.

Excepciones

writer es null.

Se aplica a