Click or drag to resize

SolidFireElementGetSupportedTlsCiphersAsync Method

You can use the GetSupportedTlsCiphers method to get a list of the supported TLS ciphers.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSupportedTlsCiphersResult

Implements

ISolidFireElementGetSupportedTlsCiphersAsync(CancellationToken)
See Also