Click or drag to resize
weroSoft AG, Software
IEncryptedDataCipherImplementation Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the functionality for encryption and decryption of data content.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntax
C#
public interface IEncryptedDataCipherImplementation

The IEncryptedDataCipherImplementation type exposes the following members.

Methods
  NameDescription
Public methodDecrypt
Defines the method used for decrypting of data.
Public methodEncrypt
Defines the method used for encryption of data.
Public methodInitialize
Initializes the cipher implementation by an account and its password.
Top
See Also