Click or drag to resize

SolidFireElementSetSSLCertificateAsync Method (CancellationToken, String, String)

You can use the SetSSLCertificate method to set a user SSL certificate and a private key for the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetSSLCertificateResult> SetSSLCertificateAsync(
	CancellationToken cancellationToken,
	string Certificate,
	string PrivateKey
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Certificate
Type: SystemString
PrivateKey
Type: SystemString

Return Value

Type: TaskSetSSLCertificateResult

Implements

ISolidFireElementSetSSLCertificateAsync(CancellationToken, String, String)
See Also