Click or drag to resize
weroSoft AG, Software
IValueEncryption Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Declares the encryption methods.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IValueEncryption
Methods
  NameDescription
Public methodEncrypt(Boolean)
Encrypt a value of type System.Boolean.
Public methodEncrypt(Byte)
Encrypt a value of type System.Byte.
Public methodEncrypt(Char)
Encrypt a value of type System.Char.
Public methodEncrypt(DateTime)
Encrypt a value of type System.DateTime.
Public methodEncrypt(Decimal)
Encrypt a value of type System.Decimal.
Public methodEncrypt(Double)
Encrypt a value of type System.Double.
Public methodEncrypt(Enum)
Encrypt a value of an enumeration type.
Public methodEncrypt(Guid)
Encrypt a value of type System.Guid.
Public methodEncrypt(Int16)
Encrypt a value of type System.Int16.
Public methodEncrypt(Int32)
Encrypt a value of type System.Int32.
Public methodEncrypt(Int64)
Encrypt a value of type System.Int64.
Public methodEncrypt(Single)
Encrypt a value of type System.Single.
Public methodEncrypt(String)
Encrypt a value of type System.String.
Public methodEncrypt(TimeSpan)
Encrypt a value of type System.TimeSpan.
Public methodEncrypt(UInt16)
Encrypt a value of type System.UInt16.
Public methodEncrypt(UInt32)
Encrypt a value of type System.UInt32.
Public methodEncrypt(UInt64)
Encrypt a value of type System.UInt64.
Public methodEncrypt(String, ListCertificate)
Encrypt a value of type System.String.
Public methodEncryptT(T)
Encrypt a value generic.
Top
See Also