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