ApplicationGatewaySslPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application Gateway Ssl policy.
public class ApplicationGatewaySslPolicy
type ApplicationGatewaySslPolicy = class
Public Class ApplicationGatewaySslPolicy
- Inheritance
-
ApplicationGatewaySslPolicy
Constructors
ApplicationGatewaySslPolicy() |
Initializes a new instance of the ApplicationGatewaySslPolicy class. |
ApplicationGatewaySslPolicy(IList<ApplicationGatewaySslProtocol>, ApplicationGatewaySslPolicyType, ApplicationGatewaySslPolicyName, IList<ApplicationGatewaySslCipherSuite>, ApplicationGatewaySslProtocol) |
Initializes a new instance of the ApplicationGatewaySslPolicy class. |
Properties
CipherSuites |
Gets or sets ssl cipher suites to be enabled in the specified order to application gateway. |
DisabledSslProtocols |
Gets or sets ssl protocols to be disabled on application gateway. |
MinProtocolVersion |
Gets or sets minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2' |
PolicyName |
Gets or sets name of Ssl predefined policy. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S' |
PolicyType |
Gets or sets type of Ssl Policy. Possible values include: 'Predefined', 'Custom' |
Applies to
Azure SDK for .NET