Takes an encoded secret, as used by the games, and decodes it.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxprotected internal byte[] DecodeBytes(
byte[] secret
)
Protected Friend Function DecodeBytes (
secret As Byte()
) As Byte()
Parameters
- secret
- Type: SystemByte
The encoded secret.
Return Value
Type:
ByteA decoded secret.
See Also