Click or drag to resize

SolidFireElementCreatePublicPrivateKeyPairAsync Method (CreatePublicPrivateKeyPairRequest, CancellationToken)

Creates SSL public and private keys. These keys can be used to generate Certificate Sign Requests. There can be only one key pair in use for the cluster. To replace the existing keys, make sure that they are not being used by any providers before invoking this API.

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

Parameters

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

Return Value

Type: TaskCreatePublicPrivateKeyPairResult

Implements

ISolidFireElementCreatePublicPrivateKeyPairAsync(CreatePublicPrivateKeyPairRequest, CancellationToken)
See Also