Click or drag to resize

SolidFireElementSetNodeSupplementalTlsCiphersAsync Method (SetNodeSupplementalTlsCiphersRequest, CancellationToken)

You can use the SetNodeSupplementalTlsCiphers method to specify the list of supplemental TLS ciphers for this node. 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<SetNodeSupplementalTlsCiphersResult> SetNodeSupplementalTlsCiphersAsync(
	SetNodeSupplementalTlsCiphersRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskSetNodeSupplementalTlsCiphersResult

Implements

ISolidFireElementSetNodeSupplementalTlsCiphersAsync(SetNodeSupplementalTlsCiphersRequest, CancellationToken)
See Also