Click or drag to resize

SolidFireElementCreatePublicPrivateKeyPairAsync Method (CancellationToken, String, String, String, String, String, String, String)

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(
	CancellationToken cancellationToken,
	string CommonName = null,
	string Organization = null,
	string OrganizationalUnit = null,
	string Locality = null,
	string State = null,
	string Country = null,
	string EmailAddress = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
CommonName (Optional)
Type: SystemString
Organization (Optional)
Type: SystemString
OrganizationalUnit (Optional)
Type: SystemString
Locality (Optional)
Type: SystemString
State (Optional)
Type: SystemString
Country (Optional)
Type: SystemString
EmailAddress (Optional)
Type: SystemString

Return Value

Type: TaskCreatePublicPrivateKeyPairResult

Implements

ISolidFireElementCreatePublicPrivateKeyPairAsync(CancellationToken, String, String, String, String, String, String, String)
See Also