Click or drag to resize

ISolidFireElementGetOriginAsync 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#
Task<GetOriginResult> GetOriginAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetOriginResult
See Also