Click or drag to resize

SolidFireElementGetNodeSupportedTlsCiphersAsync Method

You can use the GetSupportedTlsCiphers method to get a list of the supported TLS ciphers on this node. 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<GetNodeSupportedTlsCiphersResult> GetNodeSupportedTlsCiphersAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetNodeSupportedTlsCiphersResult

Implements

ISolidFireElementGetNodeSupportedTlsCiphersAsync(CancellationToken)
See Also