System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor メソッド

SymmetricAlgorithm::CreateDecryptor() method

アルゴリズムオブジェクトに関連付けられたパラメータで復号器を作成します。

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()

ReturnValue

新しく作成された復号化オブジェクト。

参照

SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method

明示的なパラメータで復号器を作成します。

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
パラメーター説明
rgbKeySystem::ArrayPtr<uint8_t>使用するキー。
rgbIVSystem::ArrayPtr<uint8_t>使用する初期ベクトル。

ReturnValue

新しく作成された復号化オブジェクト。

参照