SecretCalculateChecksum Method |
Calculates the checksum for the specified secret
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxprotected internal byte CalculateChecksum(
byte[] secret
)
Protected Friend Function CalculateChecksum (
secret As Byte()
) As Byte
Parameters
- secret
- Type: SystemByte
The secret
Return Value
Type:
ByteThe calculated checksum
See Also