Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected override void HashCore(
byte[] buffer,
int start,
int length
)
Protected Overrides Sub HashCore (
buffer As Byte(),
start As Integer,
length As Integer
)
protected:
virtual void HashCore(
array<unsigned char>^ buffer,
int start,
int length
) override
abstract HashCore :
buffer : byte[] *
start : int *
length : int -> unit
override HashCore :
buffer : byte[] *
start : int *
length : int -> unit
Parameters
- buffer
- Type: SystemByte
- start
- Type: SystemInt32
- length
- Type: SystemInt32
See Also