Click or drag to resize
SignerSignatureBaseGenerate Method

[This is preliminary documentation and is subject to change.]

Signs buffer with key.

Namespace: OAuth.Security
Assembly: OAuth.Security (in OAuth.Security.dll) Version: 1.0.5795.41495
Syntax
public override byte[] Generate(
	byte[] key,
	byte[] buffer
)

Parameters

key
Type: SystemByte
Key.
buffer
Type: SystemByte
Buffer.

Return Value

Type: Byte
Signature byte array.
See Also