System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate konstruktor
Innehåll
[
Dölj
]X509Certificate::X509Certificate() constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate()
Se även
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const ByteArrayPtr&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &data)
| Parameter | Typ | Beskrivning |
|---|---|---|
| data | const ByteArrayPtr& | Sekvens av byte som representerar ett kodat certifikat. |
Se även
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const ByteArrayPtr&, X509KeyStorageFlags) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const ByteArrayPtr &private_key, X509KeyStorageFlags key_storage_flags)
| Parameter | Typ | Beskrivning |
|---|---|---|
| raw_data | const ByteArrayPtr& | Sekvens av byte som representerar ett kodat certifikat (offentlig del). |
| private_key | const ByteArrayPtr& | Sekvens av byte som representerar den privata nyckeln. |
| key_storage_flags | X509KeyStorageFlags | Flaggor som indikerar hur nyckeln ska lagras. |
Se även
- Typedef ByteArrayPtr
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const SecureStringPtr&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const SecureStringPtr &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| raw_data | const ByteArrayPtr& | Sekvens av byte som representerar ett kodat certifikat. |
| password | const SecureStringPtr& | Lösenord som används för att komma åt certifikatdata. |
Se även
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const SecureStringPtr&, X509KeyStorageFlags) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)
| Parameter | Typ | Beskrivning |
|---|---|---|
| raw_data | const ByteArrayPtr& | Sekvens av byte som representerar ett kodat certifikat. |
| password | const SecureStringPtr& | Lösenord som används för att komma åt certifikatdata. |
| key_storage_flags | X509KeyStorageFlags | Flaggor som indikerar hur nyckeln ska lagras. |
Se även
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const String&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const String &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| raw_data | const ByteArrayPtr& | Sekvens av byte som representerar ett kodat certifikat. |
| password | const String& | Lösenord som används för att komma åt certifikatdata. |
Se även
- Typedef ByteArrayPtr
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const String&, X509KeyStorageFlags) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const String &password, X509KeyStorageFlags key_storage_flags)
| Parameter | Typ | Beskrivning |
|---|---|---|
| raw_data | const ByteArrayPtr& | Sekvens av byte som representerar ett kodat certifikat. |
| password | const String& | Lösenord som används för att komma åt certifikatdata. |
| key_storage_flags | X509KeyStorageFlags | Flaggor som indikerar hur nyckeln ska lagras. |
Se även
- Typedef ByteArrayPtr
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const SharedPtr<X509Certificate>&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const SharedPtr<X509Certificate> &cert)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cert | const SharedPtr<X509Certificate>& | Ett certifikat som används för att initiera detta objekt. |
Se även
- Typedef SharedPtr
- Class X509Certificate
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const String&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filename | const String& | Fil att läsa in certifikatet från. |
Se även
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const String&, const SecureStringPtr&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const SecureStringPtr &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filename | const String& | Fil att läsa in certifikatet från. |
| password | const SecureStringPtr& | Lösenord som används för att komma åt certifikatdata. |
Se även
- Class String
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const String&, const SecureStringPtr&, X509KeyStorageFlags) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filename | const String& | Fil att läsa in certifikatet från. |
| password | const SecureStringPtr& | Lösenord som används för att komma åt certifikatdata. |
| key_storage_flags | X509KeyStorageFlags | Flaggor som indikerar hur nyckeln ska lagras. |
Se även
- Class String
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const String&, const String&) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const String &password)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filename | const String& | Fil att läsa in certifikatet från. |
| password | const String& | Lösenord som används för att komma åt certifikatdata. |
Se även
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const String&, const String&, X509KeyStorageFlags) constructor
Konstruktor.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags)
| Parameter | Typ | Beskrivning |
|---|---|---|
| filename | const String& | Fil att läsa in certifikatet från. |
| password | const String& | Lösenord som används för att komma åt certifikatdata. |
| key_storage_flags | X509KeyStorageFlags | Flaggor som indikerar hur nyckeln ska lagras. |
Se även
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509Certificate::X509Certificate(const X509Certificate&) constructor
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const X509Certificate &)=delete
Se även
- Class X509Certificate
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++