System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate yapıcı
İçindekiler
[
Saklamak
]X509Certificate::X509Certificate() constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate()
Ayrıca Bakınız
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const ByteArrayPtr&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &data)
| Parametre | Tür | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | Kodlanmış sertifikayı temsil eden bayt dizisi. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const ByteArrayPtr&, X509KeyStorageFlags) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const ByteArrayPtr &private_key, X509KeyStorageFlags key_storage_flags)
| Parametre | Tür | Açıklama |
|---|---|---|
| raw_data | const ByteArrayPtr& | Kodlanmış sertifikayı (genel kısım) temsil eden bayt dizisi. |
| private_key | const ByteArrayPtr& | Özel anahtarı temsil eden bayt dizisi. |
| key_storage_flags | X509KeyStorageFlags | Anahtarın nasıl saklanacağını gösteren bayraklar. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const SecureStringPtr&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const SecureStringPtr &password)
| Parametre | Tür | Açıklama |
|---|---|---|
| raw_data | const ByteArrayPtr& | Kodlanmış sertifikayı temsil eden bayt dizisi. |
| password | const SecureStringPtr& | Sertifika verilerine erişmek için kullanılan parola. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const SecureStringPtr&, X509KeyStorageFlags) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)
| Parametre | Tür | Açıklama |
|---|---|---|
| raw_data | const ByteArrayPtr& | Kodlanmış sertifikayı temsil eden bayt dizisi. |
| password | const SecureStringPtr& | Sertifika verilerine erişmek için kullanılan parola. |
| key_storage_flags | X509KeyStorageFlags | Anahtarın nasıl saklanacağını gösteren bayraklar. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const String&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const String &password)
| Parametre | Tür | Açıklama |
|---|---|---|
| raw_data | const ByteArrayPtr& | Kodlanmış sertifikayı temsil eden bayt dizisi. |
| password | const String& | Sertifika verilerine erişmek için kullanılan parola. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const ByteArrayPtr&, const String&, X509KeyStorageFlags) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const ByteArrayPtr &raw_data, const String &password, X509KeyStorageFlags key_storage_flags)
| Parametre | Tür | Açıklama |
|---|---|---|
| raw_data | const ByteArrayPtr& | Kodlanmış sertifikayı temsil eden bayt dizisi. |
| password | const String& | Sertifika verilerine erişmek için kullanılan parola. |
| key_storage_flags | X509KeyStorageFlags | Anahtarın nasıl saklanacağını gösteren bayraklar. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const SharedPtr<X509Certificate>&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const SharedPtr<X509Certificate> &cert)
| Parametre | Tür | Açıklama |
|---|---|---|
| cert | const SharedPtr<X509Certificate>& | Bu nesneyi başlatmak için kullanılan bir sertifika. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class X509Certificate
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const String&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Sertifikayı yüklemek için dosya. |
Ayrıca Bakınız
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const String&, const SecureStringPtr&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const SecureStringPtr &password)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Sertifikayı yüklemek için dosya. |
| password | const SecureStringPtr& | Sertifika verilerine erişmek için kullanılan parola. |
Ayrıca Bakınız
- Class String
- Typedef SecureStringPtr
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const String&, const SecureStringPtr&, X509KeyStorageFlags) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const SecureStringPtr &password, X509KeyStorageFlags key_storage_flags)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Sertifikayı yüklemek için dosya. |
| password | const SecureStringPtr& | Sertifika verilerine erişmek için kullanılan parola. |
| key_storage_flags | X509KeyStorageFlags | Anahtarın nasıl saklanacağını gösteren bayraklar. |
Ayrıca Bakınız
- Class String
- Typedef SecureStringPtr
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const String&, const String&) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const String &password)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Sertifikayı yüklemek için dosya. |
| password | const String& | Sertifika verilerine erişmek için kullanılan parola. |
Ayrıca Bakınız
- Class String
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const String&, const String&, X509KeyStorageFlags) constructor
Yapıcı.
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const String &filename, const String &password, X509KeyStorageFlags key_storage_flags)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Sertifikayı yüklemek için dosya. |
| password | const String& | Sertifika verilerine erişmek için kullanılan parola. |
| key_storage_flags | X509KeyStorageFlags | Anahtarın nasıl saklanacağını gösteren bayraklar. |
Ayrıca Bakınız
- Class String
- Enum X509KeyStorageFlags
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++
X509Certificate::X509Certificate(const X509Certificate&) constructor
System::Security::Cryptography::X509Certificates::X509Certificate::X509Certificate(const X509Certificate &)=delete
Ayrıca Bakınız
- Class X509Certificate
- Class X509Certificate
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Font for C++