Click or drag to resize

SolidFireElementCreateKeyProviderKmipAsync Method (CreateKeyProviderKmipRequest, CancellationToken)

Creates a KMIP (Key Management Interoperability Protocol) Key Provider with the specified name. A Key Provider defines a mechanism and location to retrieve authentication keys. A KMIP Key Provider represents a collection of one or more KMIP Key Servers. A newly created KMIP Key Provider will not have any KMIP Key Servers assigned to it. To create a KMIP Key Server see CreateKeyServerKmip and to assign it to a provider created via this method see AddKeyServerToProviderKmip.

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

Parameters

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

Return Value

Type: TaskCreateKeyProviderKmipResult

Implements

ISolidFireElementCreateKeyProviderKmipAsync(CreateKeyProviderKmipRequest, CancellationToken)
See Also