Click or drag to resize

SolidFireElementDeleteKeyProviderKmipAsync Method (CancellationToken, Int64)

Delete the specified inactive Key Provider.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyProviderID
Type: SystemInt64

Return Value

Type: TaskDeleteKeyProviderKmipResult

Implements

ISolidFireElementDeleteKeyProviderKmipAsync(CancellationToken, Int64)
See Also