Click or drag to resize

SolidFireElementRemoveNodeSSLCertificateAsync Method

You can use the RemoveNodeSSLCertificate method to remove the user SSL certificate and private key for the management node. After the certificate and private key are removed, the management node 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<RemoveNodeSSLCertificateResult> RemoveNodeSSLCertificateAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRemoveNodeSSLCertificateResult

Implements

ISolidFireElementRemoveNodeSSLCertificateAsync(CancellationToken)
See Also