Click or drag to resize
PlaintextSignatureGenerate Method

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

Returns key.

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
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