Initializes a new instance of the GetAuthenticationTokenResult class.

Note: This constructor 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)

Syntax

C#
public GetAuthenticationTokenResult(
	string authenticationToken,
	Guid authenticationTokenSeed
)
Visual Basic
Public Sub New ( _
	authenticationToken As String, _
	authenticationTokenSeed As Guid _
)

Parameters

authenticationToken
Type: System..::..String
The authentication token.
authenticationTokenSeed
Type: System..::..Guid
The authentication token seed.

Version Information

Supported for IC Server version 2016 R2 and beyond.

See Also