Click or drag to resize

SolidFireElementListKeyServersKmipAsync Method (ListKeyServersKmipRequest, CancellationToken)

Returns the list of KMIP (Key Management Interoperability Protocol) Key Servers which have been created via CreateKeyServerKmip. The list can optionally be filtered by specifying additional parameters.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListKeyServersKmipResult> ListKeyServersKmipAsync(
	ListKeyServersKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListKeyServersKmipRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListKeyServersKmipResult

Implements

ISolidFireElementListKeyServersKmipAsync(ListKeyServersKmipRequest, CancellationToken)
See Also