Click or drag to resize

SolidFireElementDeleteAuthSession Method (Guid)

Deletes an individual auth session If the calling user is not in the ClusterAdmins / Administrator AccessGroup, only auth session belonging to the calling user can be deleted.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public DeleteAuthSessionResult DeleteAuthSession(
	Guid SessionID
)

Parameters

SessionID
Type: SystemGuid

Return Value

Type: DeleteAuthSessionResult

Implements

ISolidFireElementDeleteAuthSession(Guid)
See Also