RsaKeyIdentifierClause.WriteExponentAsBase64(XmlWriter) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit le paramètre encodé Exponent en Base64 de l’algorithme RSA dans le sérialiseur XML spécifié.
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)
Paramètres
Exceptions
writer a la valeur null.