Click or drag to resize

SolidFireElementAddKeyServerToProviderKmipAsync Method (CancellationToken, Int64, Int64)

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(
	CancellationToken cancellationToken,
	long KeyProviderID,
	long KeyServerID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyProviderID
Type: SystemInt64
KeyServerID
Type: SystemInt64

Return Value

Type: TaskAddKeyServerToProviderKmipResult

Implements

ISolidFireElementAddKeyServerToProviderKmipAsync(CancellationToken, Int64, Int64)
See Also