Click or drag to resize

SolidFireElementRemoveKeyServerFromProviderKmipAsync Method (RemoveKeyServerFromProviderKmipRequest, CancellationToken)

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(
	RemoveKeyServerFromProviderKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskRemoveKeyServerFromProviderKmipResult

Implements

ISolidFireElementRemoveKeyServerFromProviderKmipAsync(RemoveKeyServerFromProviderKmipRequest, CancellationToken)
See Also