System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor methode

SymmetricAlgorithm::CreateEncryptor() method

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

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

ReturnValue

Nieuw aangemaakt encryptor-object.

Zie ook

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

Maakt een encryptor aan met expliciete parameters.

virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor(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 encryptor-object.

Zie ook