次の方法で共有


RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) メソッド

定義

指定した XML シリアライザーに RSA アルゴリズムの Base64 エンコード Exponent パラメーターを書き込みます。

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

RSA アルゴリズムの Base64 エンコード XmlWriter パラメーターを書き込む Exponent

例外

writernullです。

適用対象