System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2 constructor
Contents
[
Hide
]X509Certificate2::X509Certificate2() constructor
Constructs empty X509Certificate2.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2()
See Also
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data)
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Sequence of bytes that represents encoded certificate. |
See Also
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const ByteArrayPtr&, X509KeyStorageFlags) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const ByteArrayPtr &private_key, X509KeyStorageFlags key_storage_flags)
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Sequence of bytes that represents encoded certificate (public part). |
private_key | const ByteArrayPtr& | Sequence of bytes that represents private key. |
key_storage_flags | X509KeyStorageFlags | Flags indicating how to store key. |
See Also
- Typedef ByteArrayPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const SecureStringPtr&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const SecureStringPtr &password)
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Sequence of bytes that represents encoded certificate. |
password | const SecureStringPtr& | Certificate password. |
See Also
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const SecureStringPtr&, X509KeyStorageFlags) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Sequence of bytes that represents encoded certificate. |
password | const SecureStringPtr& | Certificate password. |
key_storage_flags | X509KeyStorageFlags | Flags indicating how to store key. |
See Also
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const String&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const String &password)
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Sequence of bytes that represents encoded certificate. |
password | const String& | Certificate password. |
See Also
- Typedef ByteArrayPtr
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const String&, X509KeyStorageFlags) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const String &password, X509KeyStorageFlags key_storage_flags)
Parameter | Type | Description |
---|---|---|
raw_data | const ByteArrayPtr& | Sequence of bytes that represents encoded certificate. |
password | const String& | Certificate password. |
key_storage_flags | X509KeyStorageFlags | Flags indicating how to store key. |
See Also
- Typedef ByteArrayPtr
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const SharedPtr<X509Certificate>&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const SharedPtr<X509Certificate> &cert)
Parameter | Type | Description |
---|---|---|
cert | const SharedPtr<X509Certificate>& | An X509Certificate object. |
See Also
- Typedef SharedPtr
- Class X509Certificate
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const String&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename)
Parameter | Type | Description |
---|---|---|
filename | const String& | File to load certificate from. |
See Also
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const String&, const SecureStringPtr&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename, const SecureStringPtr &password)
Parameter | Type | Description |
---|---|---|
filename | const String& | File to load certificate from. |
password | const SecureStringPtr& | Certificate password. |
See Also
- Class String
- Typedef SecureStringPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const String&, const SecureStringPtr&, X509KeyStorageFlags) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)
Parameter | Type | Description |
---|---|---|
filename | const String& | File to load certificate from. |
password | const SecureStringPtr& | Certificate password. |
key_storage_flags | X509KeyStorageFlags | Flags indicating how to store key. |
See Also
- Class String
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const String&, const String&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename, const String &password)
Parameter | Type | Description |
---|---|---|
filename | const String& | File to load certificate from. |
password | const String& | Certificate password. |
See Also
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate2::X509Certificate2(const String&, const String&, X509KeyStorageFlags) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags)
Parameter | Type | Description |
---|---|---|
filename | const String& | File to load certificate from. |
password | const String& | Certificate password. |
key_storage_flags | X509KeyStorageFlags | Flags indicating how to store key. |
See Also
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++