Click or drag to resize

SolidFireElementGetActiveTlsCiphersAsync Method

You can use the GetActiveTlsCiphers method to get a list of the TLS ciphers that are currently accepted on the cluster.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetActiveTlsCiphersResult

Implements

ISolidFireElementGetActiveTlsCiphersAsync(CancellationToken)
See Also