Click or drag to resize

SolidFireElementSetSupplementalTlsCiphers Method (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 SetSupplementalTlsCiphersResult SetSupplementalTlsCiphers(
	string[] SupplementalCiphers
)

Parameters

SupplementalCiphers
Type: SystemString

Return Value

Type: SetSupplementalTlsCiphersResult

Implements

ISolidFireElementSetSupplementalTlsCiphers(String)
See Also