Interface IEncryptionAlgorithm
public interface IEncryptionAlgorithm
- Extension Methods
Properties
AlgorithmName
string AlgorithmName { get; }
Property Value
Methods
Decrypt<T>(EncryptedValue<T>, params object[])
T Decrypt<T>(EncryptedValue<T> encryptedValue, params object[] args)
Parameters
encryptedValueEncryptedValue<T>argsobject[]
Returns
- T
Type Parameters
T
Encrypt<T>(object, params object[])
EncryptedValue<T> Encrypt<T>(object obj, params object[] args)
Parameters
Returns
Type Parameters
T