Import()

X509Certificate::Import(const String&, const SecureStringPtr&, X509KeyStorageFlags) method

Imports information from the specified certificate file. NOT IMPLEMENTED.

virtual void System::Security::Cryptography::X509Certificates::X509Certificate::Import(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)

Arguments

ParameterTypeDescription
filenameconst String&The certificate file name.
passwordconst SecureStringPtr&The password required to access the certificate data.
key_storage_flagsX509KeyStorageFlags

X509Certificate::Import(const String&, const String&, X509KeyStorageFlags) method

Imports information from the specified certificate file. NOT IMPLEMENTED.

virtual void System::Security::Cryptography::X509Certificates::X509Certificate::Import(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags)

Arguments

ParameterTypeDescription
filenameconst String&The certificate file name.
passwordconst String&The password required to access the certificate data.
key_storage_flagsX509KeyStorageFlags

X509Certificate::Import(const ByteArrayPtr&, const SecureStringPtr&, X509KeyStorageFlags) method

Imports information from the specified certificate data. NOT IMPLEMENTED.

virtual void System::Security::Cryptography::X509Certificates::X509Certificate::Import(const ByteArrayPtr &data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)

Arguments

ParameterTypeDescription
dataconst ByteArrayPtr&The X.509 certificate data.
passwordconst SecureStringPtr&The password required to access the certificate data.
key_storage_flagsX509KeyStorageFlags

X509Certificate::Import(const ByteArrayPtr&, const String&, X509KeyStorageFlags) method

Imports information from the specified certificate data. NOT IMPLEMENTED.

virtual void System::Security::Cryptography::X509Certificates::X509Certificate::Import(const ByteArrayPtr &data, const String &password, X509KeyStorageFlags key_storage_flags)

Arguments

ParameterTypeDescription
dataconst ByteArrayPtr&The certificate file name.
passwordconst String&The password required to access the certificate data.
key_storage_flagsX509KeyStorageFlags

X509Certificate::Import(const String&) method

Imports information from the specified certificate file. NOT IMPLEMENTED.

virtual void System::Security::Cryptography::X509Certificates::X509Certificate::Import(const String &filename)

Arguments

ParameterTypeDescription
filenameconst String&The certificate file name.

X509Certificate::Import(const ByteArrayPtr&) method

Imports information from the specified certificate data. NOT IMPLEMENTED.

virtual void System::Security::Cryptography::X509Certificates::X509Certificate::Import(const ByteArrayPtr &data)

Arguments

ParameterTypeDescription
dataconst ByteArrayPtr&The certificate file name.

See Also