Click or drag to resize

SolidFireElementRemoveKeyServerFromProviderKmipAsync Method (CancellationToken, Int64)

Remove (unassign) the specified KMIP (Key Management Interoperability Protocol) Key Server from the provider it was assigned to via AddKeyServerToProviderKmip (if any). A KMIP Key Server can be unassigned from its provider unless it's the last one and that provider is active (providing keys which are currently in use). If the specified KMIP Key Server is not assigned to a provider, this is a no-op and no error will be returned.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyServerID
Type: SystemInt64

Return Value

Type: TaskRemoveKeyServerFromProviderKmipResult

Implements

ISolidFireElementRemoveKeyServerFromProviderKmipAsync(CancellationToken, Int64)
See Also