System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2 constructor
Contenido
[
Ocultar
]X509Certificate2::X509Certificate2() constructor
Construye un X509Certificate2 vacío.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2()
Ver también
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data)
| Parámetro | Tipo | Descripción |
|---|---|---|
| raw_data | const ByteArrayPtr& | Secuencia de bytes que representa el certificado codificado. |
Ver también
- Typedef ByteArrayPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page 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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| raw_data | const ByteArrayPtr& | Secuencia de bytes que representa el certificado codificado (parte pública). |
| private_key | const ByteArrayPtr& | Secuencia de bytes que representa la clave privada. |
| key_storage_flags | X509KeyStorageFlags | Indicadores que indican cómo almacenar la clave. |
Ver también
- Typedef ByteArrayPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const SecureStringPtr&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const SecureStringPtr &password)
| Parámetro | Tipo | Descripción |
|---|---|---|
| raw_data | const ByteArrayPtr& | Secuencia de bytes que representa el certificado codificado. |
| password | const SecureStringPtr& | Contraseña del certificado. |
Ver también
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page 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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| raw_data | const ByteArrayPtr& | Secuencia de bytes que representa el certificado codificado. |
| password | const SecureStringPtr& | Contraseña del certificado. |
| key_storage_flags | X509KeyStorageFlags | Indicadores que indican cómo almacenar la clave. |
Ver también
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const ByteArrayPtr&, const String&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const ByteArrayPtr &raw_data, const String &password)
| Parámetro | Tipo | Descripción |
|---|---|---|
| raw_data | const ByteArrayPtr& | Secuencia de bytes que representa el certificado codificado. |
| password | const String& | Contraseña del certificado. |
Ver también
- Typedef ByteArrayPtr
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page 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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| raw_data | const ByteArrayPtr& | Secuencia de bytes que representa el certificado codificado. |
| password | const String& | Contraseña del certificado. |
| key_storage_flags | X509KeyStorageFlags | Indicadores que indican cómo almacenar la clave. |
Ver también
- Typedef ByteArrayPtr
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const SharedPtr<X509Certificate>&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const SharedPtr<X509Certificate> &cert)
| Parámetro | Tipo | Descripción |
|---|---|---|
| cert | const SharedPtr<X509Certificate>& | Un objeto X509Certificate. |
Ver también
- Typedef SharedPtr
- Class X509Certificate
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const String&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const String& | Archivo desde el que cargar el certificado. |
Ver también
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const String&, const SecureStringPtr&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename, const SecureStringPtr &password)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const String& | Archivo desde el que cargar el certificado. |
| password | const SecureStringPtr& | Contraseña del certificado. |
Ver también
- Class String
- Typedef SecureStringPtr
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page 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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const String& | Archivo desde el que cargar el certificado. |
| password | const SecureStringPtr& | Contraseña del certificado. |
| key_storage_flags | X509KeyStorageFlags | Indicadores que indican cómo almacenar la clave. |
Ver también
- Class String
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++
X509Certificate2::X509Certificate2(const String&, const String&) constructor
Constructor.
System::Security::Cryptography::X509Certificates::X509Certificate2::X509Certificate2(const String &filename, const String &password)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const String& | Archivo desde el que cargar el certificado. |
| password | const String& | Contraseña del certificado. |
Ver también
- Class String
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page 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)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const String& | Archivo desde el que cargar el certificado. |
| password | const String& | Contraseña del certificado. |
| key_storage_flags | X509KeyStorageFlags | Indicadores que indican cómo almacenar la clave. |
Ver también
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate2
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++