Click or drag to resize

ISolidFireElementRemoveKeyServerFromProviderKmip Method (RemoveKeyServerFromProviderKmipRequest)

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#
RemoveKeyServerFromProviderKmipResult RemoveKeyServerFromProviderKmip(
	RemoveKeyServerFromProviderKmipRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiRemoveKeyServerFromProviderKmipRequest

Return Value

Type: RemoveKeyServerFromProviderKmipResult
See Also