System::Security::Cryptography::X509Certificates::X509Certificate::Export 方法

X509Certificate::Export(X509ContentType) const method

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

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
ParameterType描述
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
ParameterType描述
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
ParameterType描述
content_typeX509ContentType指定如何格式化输出数据。
passwordconst String&访问证书数据所需的密码。

ReturnValue

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

另见