Creates an encryptor object for this algorithm based on the currently set parameters.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function CreateEncryptor As ICryptoTransform
C#
public ICryptoTransform CreateEncryptor()

Return Value

Encryptor object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also