Export()

X509Certificate::Export(X509ContentType) const method

Exports the current object to a byte array using the specified format. NOT IMPLEMENTED.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const

Arguments

ParameterTypeDescription
content_typeX509ContentTypeSpecifies how to format the output data.

Return Value

An array of bytes that represents the current object.

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

Exports the current object to a byte array using the specified format. NOT IMPLEMENTED.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const

Arguments

ParameterTypeDescription
content_typeX509ContentTypeSpecifies how to format the output data.
passwordconst SecureStringPtr&The password required to access certificate data.

Return Value

An array of bytes that represents the current object.

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

Exports the current object to a byte array using the specified format. NOT IMPLEMENTED.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const

Arguments

ParameterTypeDescription
content_typeX509ContentTypeSpecifies how to format the output data.
passwordconst String&The password required to access certificate data.

Return Value

An array of bytes that represents the current object.

See Also