Click or drag to resize

SolidFireElementGetNodeSSLCertificateAsync Method

You can use the GetNodeSSLCertificate method to retrieve the SSL certificate that is currently active on the cluster. You can use this method on both management and storage nodes.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetNodeSSLCertificateResult

Implements

ISolidFireElementGetNodeSSLCertificateAsync(CancellationToken)
See Also