System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor methode

SymmetricAlgorithm::CreateDecryptor() method

Maakt een decryptor aan met parameters die bij het algoritme‑object horen.

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

ReturnValue

Nieuw aangemaakt decryptor-object.

Zie ook

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

Maakt een decryptor aan met expliciete parameters.

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
ParameterTypeBeschrijving
rgbKeySystem::ArrayPtr<uint8_t>Sleutel om te gebruiken.
rgbIVSystem::ArrayPtr<uint8_t>Beginwaarde om te gebruiken.

ReturnValue

Nieuw aangemaakt decryptor-object.

Zie ook