Click or drag to resize

SerialKeySet Method

Set the provided serial key.

Namespace: EdiFabric
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public static void Set(
	string serialKey,
	bool enforce = false
)

Parameters

serialKey  String
The serial key.
enforce  Boolean  (Optional)
When false (the default), a token will be obtained from the authentication API only if it has expired. When true, a new token will be applied.
Exceptions
ExceptionCondition
ExceptionThrows exception if connection can't be established or is refused by the authentication API.
See Also