Aracılığıyla paylaş


RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) Yöntem

Tanım

RSA algoritmasının Base64 kodlanmış Exponent parametresini belirtilen XML seri hale getiricisine yazar.

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)

Parametreler

writer
XmlWriter

RSA algoritmasının Base64 kodlanmış Exponent parametresini yazmak için AXmlWriter.

Özel durumlar

writer, null değeridir.

Şunlara uygulanır