Click or drag to resize

SolidFireElementAddKeyServerToProviderKmipAsync Method (AddKeyServerToProviderKmipRequest, CancellationToken)

Adds (assigns) the specified KMIP (Key Management Interoperability Protocol) Key Server to the specified Key Provider. This will result in contacting the server to verify it's functional, as well as to synchronize keys in the event that there are multiple key servers assigned to the provider. This synchronization may result in conflicts which could cause this to fail. If the specified KMIP Key Server is already assigned to the specified Key Provider, this is a no-op and no error will be returned. The assignment can be removed (unassigned) using RemoveKeyServerFromProviderKmip.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<AddKeyServerToProviderKmipResult> AddKeyServerToProviderKmipAsync(
	AddKeyServerToProviderKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiAddKeyServerToProviderKmipRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskAddKeyServerToProviderKmipResult

Implements

ISolidFireElementAddKeyServerToProviderKmipAsync(AddKeyServerToProviderKmipRequest, CancellationToken)
See Also