Click or drag to resize

ISolidFireElementListKeyServersKmipAsync 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#
Task<ListKeyServersKmipResult> ListKeyServersKmipAsync(
	ListKeyServersKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListKeyServersKmipResult
See Also