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

X509Certificate::Export(X509ContentType) const method

Exporteert het huidige object naar een byte‑array met het opgegeven formaat. NIET GEREALISEERD.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
ParameterTypeBeschrijving
content_typeX509ContentTypeSpecificeert hoe de uitvoergegevens op te maken.

ReturnValue

Een array van bytes die het huidige object vertegenwoordigt.

Zie ook

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

Exporteert het huidige object naar een byte‑array met het opgegeven formaat. NIET GEREALISEERD.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
ParameterTypeBeschrijving
content_typeX509ContentTypeSpecificeert hoe de uitvoergegevens op te maken.
passwordconst SecureStringPtr&Het wachtwoord dat vereist is om toegang te krijgen tot certificaatgegevens.

ReturnValue

Een array van bytes die het huidige object vertegenwoordigt.

Zie ook

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

Exporteert het huidige object naar een byte‑array met het opgegeven formaat. NIET GEREALISEERD.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
ParameterTypeBeschrijving
content_typeX509ContentTypeSpecificeert hoe de uitvoergegevens op te maken.
passwordconst String&Het wachtwoord dat vereist is om toegang te krijgen tot certificaatgegevens.

ReturnValue

Een array van bytes die het huidige object vertegenwoordigt.

Zie ook