Click or drag to resize

PFUserGetTemporaryKey Method

Gets a daily temporary key for this user.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public byte[] GetTemporaryKey(
	int offset = 0,
	int length = 16
)

Parameters

offset (Optional)
Type: SystemInt32
The offset in days.
length (Optional)
Type: SystemInt32
The length of the required key.

Return Value

Type: Byte
See Also