Click or drag to resize

SerialKeySetToken Method

Sets a token received from GetToken.

Namespace: EdiFabric
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public static void SetToken(
	string token
)

Parameters

token  String
The token to set. This token must be received from the authentication API using the GetToken method.
Exceptions
ExceptionCondition
ExceptionThrows exception if the token is invalid or expired.
See Also