Click or drag to resize

SolidFireElementSetNodeSSLCertificateAsync Method (SetNodeSSLCertificateRequest, CancellationToken)

You can use the SetNodeSSLCertificate method to set a user SSL certificate and private key for the management node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetNodeSSLCertificateResult> SetNodeSSLCertificateAsync(
	SetNodeSSLCertificateRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiSetNodeSSLCertificateRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskSetNodeSSLCertificateResult

Implements

ISolidFireElementSetNodeSSLCertificateAsync(SetNodeSSLCertificateRequest, CancellationToken)
See Also