Click or drag to resize

SolidFireElement.ListKeyServersKmipAsync 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.Api.ListKeyServersKmipRequest
cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<ListKeyServersKmipResult>

Implements

ISolidFireElement.ListKeyServersKmipAsync(ListKeyServersKmipRequest, CancellationToken)
See Also