Click or drag to resize

SolidFireElementGetOriginAsync Method

GetOrigin enables you to retrieve the origination certificate for where the node was built. This method might return null if there is no origination certification.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetOriginResult

Implements

ISolidFireElementGetOriginAsync(CancellationToken)
See Also