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