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

X509Certificate::Export(X509ContentType) const method

使用指定的格式将当前对象导出为字节数组。未实现。

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
参数类型描述
content_typeX509ContentType指定输出数据的格式方式。

ReturnValue

表示当前对象的字节数组。

另见

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

使用指定的格式将当前对象导出为字节数组。未实现。

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
参数类型描述
content_typeX509ContentType指定输出数据的格式方式。
passwordconst SecureStringPtr&访问证书数据所需的密码。

ReturnValue

表示当前对象的字节数组。

另见

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

使用指定的格式将当前对象导出为字节数组。未实现。

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
参数类型描述
content_typeX509ContentType指定输出数据的格式方式。
passwordconst String&访问证书数据所需的密码。

ReturnValue

表示当前对象的字节数组。

另见