Skip to content

TLSPolicyProps

Properties for defining a TLSPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-tlspolicy

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new TLSPolicyProps {
    object Ciphers,
    object TlsPolicyName,
    object TlsVersions
};

Properties

Name Type Description
Ciphers object Property ciphers: The supported cipher suites, which are determined by the TLS protocol version.
TlsPolicyName object Property tlsPolicyName: The name of the TLS policy.
TlsVersions object Property tlsVersions: The version of the TLS protocol.

CiphersRequired

public object Ciphers { get; set; }
  • Type: object

Property ciphers: The supported cipher suites, which are determined by the TLS protocol version.

You can specify at most 32 cipher suites.TLS 1.0 and TLS 1.1 support the following cipher suites: ECDHE-ECDSA-AES128-SHA ECDHE-ECDSA-AES256-SHA ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA AES128-SHA AES256-SHA DES-CBC3-SHA TLS 1.2 supports the following cipher suites: ECDHE-ECDSA-AES128-SHA ECDHE-ECDSA-AES256-SHA ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA AES128-SHA AES256-SHA DES-CBC3-SHA ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-SHA256 ECDHE-ECDSA-AES256-SHA384 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-SHA256 ECDHE-RSA-AES256-SHA384 AES128-GCM-SHA256 AES256-GCM-SHA384 AES128-SHA256 AES256-SHA256 TLS 1.3 supports the following cipher suites: TLS_AES_128_GCM_SHA256 TLS_AES_256_GCM_SHA384 TLS_CHACHA20_POLY1305_SHA256 TLS_AES_128_CCM_SHA256 TLS_AES_128_CCM_8_SHA256


TlsPolicyNameRequired

public object TlsPolicyName { get; set; }
  • Type: object

Property tlsPolicyName: The name of the TLS policy.

The name must be 1 to 200 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-).


TlsVersionsRequired

public object TlsVersions { get; set; }
  • Type: object

Property tlsVersions: The version of the TLS protocol.