Click or drag to resize

ISolidFireElementDeleteKeyProviderKmipAsync Method (DeleteKeyProviderKmipRequest, CancellationToken)

Delete the specified inactive Key Provider.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<DeleteKeyProviderKmipResult> DeleteKeyProviderKmipAsync(
	DeleteKeyProviderKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskDeleteKeyProviderKmipResult
See Also