Click or drag to resize

ISolidFireElementCreatePublicPrivateKeyPair Method (CreatePublicPrivateKeyPairRequest)

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#
CreatePublicPrivateKeyPairResult CreatePublicPrivateKeyPair(
	CreatePublicPrivateKeyPairRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiCreatePublicPrivateKeyPairRequest

Return Value

Type: CreatePublicPrivateKeyPairResult
See Also