ISolidFireElementCreateKeyProviderKmipAsync Method (CancellationToken, String) |
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 Task<CreateKeyProviderKmipResult> CreateKeyProviderKmipAsync(
CancellationToken cancellationToken,
string KeyProviderName
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- KeyProviderName
- Type: SystemString
Return Value
Type:
TaskCreateKeyProviderKmipResultSee Also