Click or drag to resize

SolidFireElementGetLicenseKeyAsync Method

You can use the GetLicenseKey method to get the current license key.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetLicenseKeyResult

Implements

ISolidFireElementGetLicenseKeyAsync(CancellationToken)
See Also