ISolidFireElementDeleteKeyServerKmipAsync Method (CancellationToken, 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 Task<DeleteKeyServerKmipResult> DeleteKeyServerKmipAsync(
CancellationToken cancellationToken,
long KeyServerID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- KeyServerID
- Type: SystemInt64
Return Value
Type:
TaskDeleteKeyServerKmipResultSee Also