Click or drag to resize
weroSoft AG, Software
ICryptoWrapperEncrypt Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Overload List
  NameDescription
Public methodEncrypt(Boolean, String)
Encrypt a value of type System.Boolean.
Public methodEncrypt(Byte, String)
Encrypt a value of type System.Byte.
Public methodEncrypt(Char, String)
Encrypt a value of type System.Char.
Public methodEncrypt(DateTime, String)
Encrypt a value of type System.DateTime.
Public methodEncrypt(Decimal, String)
Encrypt a value of type System.Decimal.
Public methodEncrypt(Double, String)
Encrypt a value of type System.Double.
Public methodEncrypt(Enum, String)
Encrypt a value of an enumeration type.
Public methodEncrypt(Guid, String)
Encrypt a value of type System.Guid.
Public methodEncrypt(Int16, String)
Encrypt a value of type System.Int16.
Public methodEncrypt(Int32, String)
Encrypt a value of type System.Int32.
Public methodEncrypt(Int64, String)
Encrypt a value of type System.Int64.
Public methodEncrypt(Single, String)
Encrypt a value of type System.Single.
Public methodEncrypt(String, String)
Encrypt a value of type System.String.
Public methodEncryptT(T, String)
Encrypt a value generic.
Public methodEncrypt(TimeSpan, String)
Encrypt a value of type System.TimeSpan.
Public methodEncrypt(UInt16, String)
Encrypt a value of type System.UInt16.
Public methodEncrypt(UInt32, String)
Encrypt a value of type System.UInt32.
Public methodEncrypt(UInt64, String)
Encrypt a value of type System.UInt64.
Top
See Also