Sets the schema.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public void SetSchema(
	params byte[] schema
)
Visual Basic
Public Sub SetSchema ( _
	ParamArray schema As Byte() _
)
Visual C++
public:
void SetSchema(
	... array<unsigned char>^ schema
)

Parameters

schema
Type: array<System..::..Byte>[]()[][]
The schema.

See Also