Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

TwofishManaged.CreateDecryptor Method

Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)

CreateDecryptor(Byte[], Byte[])

Creates a Twofish decryptor object with the specified key.

Declaration
public override ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV)
Parameters
Type Name Description
Byte[] rgbKey

The secret key to be used for the symmetric algorithm.

Byte[] rgbIV

The initialization vector for CBC.

Returns
Type Description
ICryptoTransform

A Twofish decryptor object.

Overrides
SymmetricAlgorithm.CreateDecryptor(Byte[], Byte[])
In This Article
  • CreateDecryptor(Byte[], Byte[])
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies