System::Security::Cryptography::X509Certificates::X509Certificate::Export méthode

X509Certificate::Export(X509ContentType) const method

Exporte l’objet actuel vers un tableau d’octets en utilisant le format spécifié. NON IMPLEMENTÉ.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
ParamètreTypeDescription
content_typeX509ContentTypeSpécifie comment formater les données de sortie.

ReturnValue

Un tableau d’octets qui représente l’objet actuel.

Voir aussi

X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method

Exporte l’objet actuel vers un tableau d’octets en utilisant le format spécifié. NON IMPLEMENTÉ.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
ParamètreTypeDescription
content_typeX509ContentTypeSpécifie comment formater les données de sortie.
passwordconst SecureStringPtr&Le mot de passe requis pour accéder aux données du certificat.

ReturnValue

Un tableau d’octets qui représente l’objet actuel.

Voir aussi

X509Certificate::Export(X509ContentType, const String&) const method

Exporte l’objet actuel vers un tableau d’octets en utilisant le format spécifié. NON IMPLEMENTÉ.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
ParamètreTypeDescription
content_typeX509ContentTypeSpécifie comment formater les données de sortie.
passwordconst String&Le mot de passe requis pour accéder aux données du certificat.

ReturnValue

Un tableau d’octets qui représente l’objet actuel.

Voir aussi