RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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
為 null
。