Click or drag to resize

SolidFireElementListKeyProvidersKmipAsync Method (ListKeyProvidersKmipRequest, CancellationToken)

Returns the list of KMIP (Key Management Interoperability Protocol) Key Providers which have been created via CreateKeyProviderKmip. 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<ListKeyProvidersKmipResult> ListKeyProvidersKmipAsync(
	ListKeyProvidersKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskListKeyProvidersKmipResult

Implements

ISolidFireElementListKeyProvidersKmipAsync(ListKeyProvidersKmipRequest, CancellationToken)
See Also