![]() | |
ICryptoWrapperEncrypt Method |
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | EncryptT(T, String) |
Encrypt a value generic.
|
![]() | 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.
|