Click or drag to resize

SolidFireElementListKeyServersKmipAsync Method (CancellationToken, NullableInt64, NullableBoolean, NullableBoolean)

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(
	CancellationToken cancellationToken,
	Nullable<long> KeyProviderID = null,
	Nullable<bool> KmipAssignedProviderIsActive = null,
	Nullable<bool> KmipHasProviderAssigned = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyProviderID (Optional)
Type: SystemNullableInt64
KmipAssignedProviderIsActive (Optional)
Type: SystemNullableBoolean
KmipHasProviderAssigned (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskListKeyServersKmipResult

Implements

ISolidFireElementListKeyServersKmipAsync(CancellationToken, NullableInt64, NullableBoolean, NullableBoolean)
See Also