![]() | |
IValueDecryption Interface |
Namespace: WeroSoft.Security
public interface IValueDecryption
The IValueDecryption type exposes the following members.
Name | Description | |
---|---|---|
![]() | Decrypt(String, ListCertificate) |
Decrypt a value of type System.String.
|
![]() | DecryptT(String) |
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.
|