System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor yöntemi
SymmetricAlgorithm::CreateEncryptor() method
Algoritma nesnesiyle ilişkili parametrelerle bir şifreleyici oluşturur.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
ReturnValue
Yeni oluşturulmuş şifreleyici nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SymmetricAlgorithm::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Açık parametrelerle şifreleyici oluşturur.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor(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ş şifreleyici nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++