共用方式為


RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) 方法

定義

將 RSA 演算法的 Exponent 參數 (採用 Base64 編碼) 寫入至指定的 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 演算法的 Exponent 參數 (採用 Base64 編碼)。

例外狀況

writernull

適用於