Interface ICrypt
- Namespace
- SunamoCrypt._public.SunamoInterfaces.Interfaces
- Assembly
- SunamoCrypt.dll
Interface for cryptographic operations
public interface ICrypt
- Extension Methods
Properties
InitializationVector
Initialization vector for encryption
List<byte> InitializationVector { get; set; }
Property Value
Passphrase
Passphrase for encryption
string Passphrase { get; set; }
Property Value
Salt
Salt value for encryption
List<byte> Salt { get; set; }