Click or drag to resize

SolidFireElementRemoveKeyServerFromProviderKmip Method (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 RemoveKeyServerFromProviderKmipResult RemoveKeyServerFromProviderKmip(
	long KeyServerID
)

Parameters

KeyServerID
Type: SystemInt64

Return Value

Type: RemoveKeyServerFromProviderKmipResult

Implements

ISolidFireElementRemoveKeyServerFromProviderKmip(Int64)
See Also