System::Security::Cryptography::X509Certificates::X509Certificate2::Import method
Contents
[
Hide
]X509Certificate2::Import(const ByteArrayPtr&) method
Imports information from the specified certificate data.
void System::Security::Cryptography::X509Certificates::X509Certificate2::Import(const ByteArrayPtr &data) override
Parameter | Type | Description |
---|---|---|
data | const ByteArrayPtr& | The certificate file name. |
See Also
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate2::Import(const ByteArrayPtr&, const SecureStringPtr&, X509KeyStorageFlags) method
Imports information from the specified certificate data.
void System::Security::Cryptography::X509Certificates::X509Certificate2::Import(const ByteArrayPtr &data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) override
Parameter | Type | Description |
---|---|---|
data | const ByteArrayPtr& | The X.509 certificate data. |
password | const SecureStringPtr& | The password required to access the certificate data. |
key_storage_flags | X509KeyStorageFlags |
See Also
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate2::Import(const ByteArrayPtr&, const String&, X509KeyStorageFlags) method
Imports information from the specified certificate data.
void System::Security::Cryptography::X509Certificates::X509Certificate2::Import(const ByteArrayPtr &data, const String &password, X509KeyStorageFlags key_storage_flags) override
Parameter | Type | Description |
---|---|---|
data | const ByteArrayPtr& | The certificate file name. |
password | const String& | The password required to access the certificate data. |
key_storage_flags | X509KeyStorageFlags |
See Also
- Typedef ByteArrayPtr
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate2::Import(const String&) method
Imports information from the specified certificate file.
void System::Security::Cryptography::X509Certificates::X509Certificate2::Import(const String &filename) override
Parameter | Type | Description |
---|---|---|
filename | const String& | The certificate file name. |
See Also
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate2::Import(const String&, const SecureStringPtr&, X509KeyStorageFlags) method
Imports information from the specified certificate file.
void System::Security::Cryptography::X509Certificates::X509Certificate2::Import(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags) override
Parameter | Type | Description |
---|---|---|
filename | const String& | The certificate file name. |
password | const SecureStringPtr& | The password required to access the certificate data. |
key_storage_flags | X509KeyStorageFlags |
See Also
- Class String
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate2::Import(const String&, const String&, X509KeyStorageFlags) method
Imports information from the specified certificate file.
void System::Security::Cryptography::X509Certificates::X509Certificate2::Import(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags) override
Parameter | Type | Description |
---|---|---|
filename | const String& | The certificate file name. |
password | const String& | The password required to access the certificate data. |
key_storage_flags | X509KeyStorageFlags |
See Also
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++