Click or drag to resize

SolidFireElementDeleteKeyServerKmip Method (Int64)

Delete the specified KMIP (Key Management Interoperability Protocol) Key Server. A KMIP Key Server can be deleted unless it's the last one assigned to its provider, and that provider is active (providing keys which are currently in use).

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public DeleteKeyServerKmipResult DeleteKeyServerKmip(
	long KeyServerID
)

Parameters

KeyServerID
Type: SystemInt64

Return Value

Type: DeleteKeyServerKmipResult

Implements

ISolidFireElementDeleteKeyServerKmip(Int64)
See Also