Click or drag to resize

SolidFireElementGetLoginSessionInfoAsync Method

GetLoginSessionInfo enables you to return the period of time a log in authentication session is valid for both log in shells and the TUI.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetLoginSessionInfoResult> GetLoginSessionInfoAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetLoginSessionInfoResult

Implements

ISolidFireElementGetLoginSessionInfoAsync(CancellationToken)
See Also