![]() | |
ICryptoWrapper Interface |
Namespace: WeroSoft.Security
public interface ICryptoWrapper
The ICryptoWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | DecryptT |
Decrypt a encrypted value.
|
![]() | DecryptBool |
Decrypt a value of type System.Boolean.
|
![]() | DecryptByte |
Decrypt a value of type System.Byte.
|
![]() | DecryptChar |
Decrypt a value of type System.Char.
|
![]() | DecryptDateTime |
Decrypt a value of type System.DateTime.
|
![]() | DecryptDecimal |
Decrypt a value of type System.Decimal.
|
![]() | DecryptDouble |
Decrypt a value of type System.Double.
|
![]() | DecryptEnumT |
Decrypt a value of an enumeration type.
|
![]() | DecryptGuid |
Decrypt a value of type System.Guid.
|
![]() | DecryptInt16 |
Decrypt a value of type System.Int16.
|
![]() | DecryptInt32 |
Decrypt a value of type System.Int32.
|
![]() | DecryptInt64 |
Decrypt a value of type System.Int64.
|
![]() | DecryptSingle |
Decrypt a value of type System.Single.
|
![]() | DecryptString |
Decrypt a value of type System.String.
|
![]() | DecryptTimeSpan |
Decrypt a value of type System.TimeSpan.
|
![]() | DecryptUInt16 |
Decrypt a value of type System.UInt16.
|
![]() | DecryptUInt32 |
Decrypt a value of type System.UInt32.
|
![]() | DecryptUInt64 |
Decrypt a value of type System.UInt64.
|
![]() | Encrypt(Boolean, String) |
Encrypt a value of type System.Boolean.
|
![]() | Encrypt(Byte, String) |
Encrypt a value of type System.Byte.
|
![]() | Encrypt(Char, String) |
Encrypt a value of type System.Char.
|
![]() | Encrypt(DateTime, String) |
Encrypt a value of type System.DateTime.
|
![]() | Encrypt(Decimal, String) |
Encrypt a value of type System.Decimal.
|
![]() | Encrypt(Double, String) |
Encrypt a value of type System.Double.
|
![]() | Encrypt(Enum, String) |
Encrypt a value of an enumeration type.
|
![]() | Encrypt(Guid, String) |
Encrypt a value of type System.Guid.
|
![]() | Encrypt(Int16, String) |
Encrypt a value of type System.Int16.
|
![]() | Encrypt(Int32, String) |
Encrypt a value of type System.Int32.
|
![]() | Encrypt(Int64, String) |
Encrypt a value of type System.Int64.
|
![]() | Encrypt(Single, String) |
Encrypt a value of type System.Single.
|
![]() | Encrypt(String, String) |
Encrypt a value of type System.String.
|
![]() | Encrypt(TimeSpan, String) |
Encrypt a value of type System.TimeSpan.
|
![]() | Encrypt(UInt16, String) |
Encrypt a value of type System.UInt16.
|
![]() | Encrypt(UInt32, String) |
Encrypt a value of type System.UInt32.
|
![]() | Encrypt(UInt64, String) |
Encrypt a value of type System.UInt64.
|
![]() | EncryptT(T, String) |
Encrypt a value generic.
|