 |
IValueEncryptionEncrypt Method (Byte) |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Encrypt a value of type System.Byte.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntaxstring Encrypt(
byte value
)
Parameters
- value
- Type: SystemByte
Value to encrypt.
Return Value
Type:
StringEncrypted string of value.
See Also