Click or drag to resize

SolidFireElementRemoveKeyServerFromProviderKmipAsync Method

Overload List
  NameDescription
Public methodRemoveKeyServerFromProviderKmipAsync(CancellationToken, 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.
Public methodRemoveKeyServerFromProviderKmipAsync(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.
Top
See Also