Gets the authentication token seed.

Note: This property is supported for IC Server version 2016 R2 and beyond.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public Guid AuthenticationTokenSeed { get; private set; }
Visual Basic
Public Property AuthenticationTokenSeed As Guid
	Get
	Private Set

Field Value

The authentication token seed.

Collapse imageVersion Information

Supported for IC Server version 2016 R2 and beyond.

Collapse imageSee Also