Click or drag to resize

SolidFireElementCreateKeyServerKmipAsync Method (CancellationToken, String, String, String, String, NullableInt64)

Creates a KMIP (Key Management Interoperability Protocol) Key Server with the specified attributes. The server will not be contacted as part of this operation so it need not exist or be configured prior. For clustered Key Server configurations, the hostnames or IP Addresses, of all server nodes, must be provided in the kmipKeyServerHostnames parameter.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateKeyServerKmipResult> CreateKeyServerKmipAsync(
	CancellationToken cancellationToken,
	string KmipCaCertificate,
	string KmipClientCertificate,
	string[] KmipKeyServerHostnames,
	string KmipKeyServerName,
	Nullable<long> KmipKeyServerPort = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KmipCaCertificate
Type: SystemString
KmipClientCertificate
Type: SystemString
KmipKeyServerHostnames
Type: SystemString
KmipKeyServerName
Type: SystemString
KmipKeyServerPort (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskCreateKeyServerKmipResult

Implements

ISolidFireElementCreateKeyServerKmipAsync(CancellationToken, String, String, String, String, NullableInt64)
See Also