System::Security::Cryptography::X509Certificates::X509Certificate::Export method

X509Certificate::Export(X509ContentType) const method

Esporta l’oggetto corrente in un array di byte usando il formato specificato. NON IMPLEMENTATO.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
ParametroTipoDescrizione
content_typeX509ContentTypeSpecifica come formattare i dati di output.

ReturnValue

Un array di byte che rappresenta l’oggetto corrente.

Vedi anche

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

Esporta l’oggetto corrente in un array di byte usando il formato specificato. NON IMPLEMENTATO.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
ParametroTipoDescrizione
content_typeX509ContentTypeSpecifica come formattare i dati di output.
passwordconst SecureStringPtr&La password necessaria per accedere ai dati del certificato.

ReturnValue

Un array di byte che rappresenta l’oggetto corrente.

Vedi anche

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

Esporta l’oggetto corrente in un array di byte usando il formato specificato. NON IMPLEMENTATO.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
ParametroTipoDescrizione
content_typeX509ContentTypeSpecifica come formattare i dati di output.
passwordconst String&La password necessaria per accedere ai dati del certificato.

ReturnValue

Un array di byte che rappresenta l’oggetto corrente.

Vedi anche