Click or drag to resize

SecretEncodeBytes Method

Takes a raw, unencoded secret and encodes it.

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
protected internal byte[] EncodeBytes(
	byte[] data
)

Parameters

data
Type: SystemByte
The secret data.

Return Value

Type: Byte
An encoded secret.
See Also