Share via


AzureApplicationGatewaySslPolicyBase.CipherSuite Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Ssl cipher suites to be enabled in the specified order to application gateway")]
public string[] CipherSuite { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Ssl cipher suites to be enabled in the specified order to application gateway")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Collections.Generic.List<string> CipherSuite { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Ssl cipher suites to be enabled in the specified order to application gateway")>]
member this.CipherSuite : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="Ssl cipher suites to be enabled in the specified order to application gateway")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.CipherSuite : System.Collections.Generic.List<string> with get, set
Public Property CipherSuite As String()
Public Property CipherSuite As List(Of String)

Property Value

String[]
Attributes

Applies to