Click or drag to resize

SolidFireElementResetNodeSupplementalTlsCiphersAsync Method

You can use the ResetNodeSupplementalTlsCiphers method to restore the supplemental ciphers to their defaults. You can use this command on management nodes.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskResetNodeSupplementalTlsCiphersResult

Implements

ISolidFireElementResetNodeSupplementalTlsCiphersAsync(CancellationToken)
See Also