System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor yöntemi
SymmetricAlgorithm::CreateDecryptor() method
Algoritma nesnesiyle ilişkili parametrelerle bir deşifreleyici oluşturur.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
ReturnValue
Yeni oluşturulmuş çözücü nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Açık parametrelerle bir deşifreleyici oluşturur.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | Kullanılacak anahtar. |
| rgbIV | System::ArrayPtr<uint8_t> | Kullanılacak başlangıç değeri. |
ReturnValue
Yeni oluşturulmuş çözücü nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++