Click or drag to resize

SolidFireElementSetSupplementalTlsCiphersAsync Method (CancellationToken, String)

You can use the SetSupplementalTlsCiphers method to specify the list of supplemental TLS ciphers.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SetSupplementalTlsCiphersResult> SetSupplementalTlsCiphersAsync(
	CancellationToken cancellationToken,
	string[] SupplementalCiphers
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SupplementalCiphers
Type: SystemString

Return Value

Type: TaskSetSupplementalTlsCiphersResult

Implements

ISolidFireElementSetSupplementalTlsCiphersAsync(CancellationToken, String)
See Also