SymmetricKeyAlgorithm.CreateDecryptor Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
CreateDecryptor()
Creates a decryptor object for this algorithm based on the currently set parameters.
Declaration
public ICryptoTransform CreateDecryptor()
Returns
Type | Description |
---|---|
ICryptoTransform | Decryptor object. |