Takes a raw, unencoded secret and encodes it.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxprotected internal byte[] EncodeBytes(
byte[] data
)
Protected Friend Function EncodeBytes (
data As Byte()
) As Byte()
Parameters
- data
- Type: SystemByte
The secret data.
Return Value
Type:
ByteAn encoded secret.
See Also