RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) 方法

定义

将 RSA 算法的 Base64 编码的 Exponent 参数写入指定的 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)

参数

writer
XmlWriter

一个 XmlWriter,它用于写入 RSA 算法的 Base64 编码的 Exponent 参数。

例外

writernull

适用于