Click or drag to resize

ISolidFireElementGetSupportedTlsCiphersAsync 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#
Task<GetSupportedTlsCiphersResult> GetSupportedTlsCiphersAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSupportedTlsCiphersResult
See Also