Click or drag to resize

SolidFireElementGetKeyServerKmipAsync Method (CancellationToken, Int64)

Returns the specified KMIP (Key Management Interoperability Protocol) Key Server object.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetKeyServerKmipResult> GetKeyServerKmipAsync(
	CancellationToken cancellationToken,
	long KeyServerID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyServerID
Type: SystemInt64

Return Value

Type: TaskGetKeyServerKmipResult

Implements

ISolidFireElementGetKeyServerKmipAsync(CancellationToken, Int64)
See Also