Click or drag to resize

SolidFireElementRemoveSSLCertificateAsync Method

You can use the RemoveSSLCertificate method to remove the user SSL certificate and private key for the cluster. After the certificate and private key are removed, the cluster is configured to use the default certificate and private key.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<RemoveSSLCertificateResult> RemoveSSLCertificateAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRemoveSSLCertificateResult

Implements

ISolidFireElementRemoveSSLCertificateAsync(CancellationToken)
See Also