Click or drag to resize

SolidFireElementSetLoginSessionInfoAsync Method (CancellationToken, String)

You can use SetLoginSessionInfo to set the period of time that a session's login authentication is valid. After the log in period elapses without activity on the system, the authentication expires. New login credentials are required for continued access to the cluster after the timeout period has elapsed.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetLoginSessionInfoResult> SetLoginSessionInfoAsync(
	CancellationToken cancellationToken,
	string Timeout = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Timeout (Optional)
Type: SystemString

Return Value

Type: TaskSetLoginSessionInfoResult

Implements

ISolidFireElementSetLoginSessionInfoAsync(CancellationToken, String)
See Also