IDataEncryption

IDataEncryption interface

Encryption interface to provide object encoding and decoding methods.

public interface IDataEncryption

Methods

Name Description
Decode(string) Decode method to obtain decrypted string.
Encode(string) Encode method to encrypt string.

See Also