System::Security::Cryptography::TripleDESManaged::CreateDecryptor メソッド
TripleDESManaged::CreateDecryptor() method
アルゴリズムオブジェクトで定義されたパラメータで復号器オブジェクトを作成します。
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
参照
- Typedef SharedPtr
- Class ICryptoTransform
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
明示的なパラメータで復号器オブジェクトを作成します。
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| パラメーター | 型 | 説明 |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | バイト配列形式の暗号化キー。 |
| rgbIV | System::ArrayPtr<uint8_t> | バイト配列形式の初期ベクトル。 |
ReturnValue
新しく作成された復号化オブジェクト。
参照
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++