Contract for Simol encryption and decryption.

Namespace: Simol.Security
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public interface IEncryptor
Visual Basic
Public Interface IEncryptor
Visual C++
public interface class IEncryptor

Remarks

Implementations must be safe for use with multiple threads.

See Also