CustomDomainHttpsParameters Class

Definition

The JSON object that contains the properties to secure a custom domain.

public class CustomDomainHttpsParameters
type CustomDomainHttpsParameters = class
Public Class CustomDomainHttpsParameters
Inheritance
CustomDomainHttpsParameters
Derived

Constructors

CustomDomainHttpsParameters()

Initializes a new instance of the CustomDomainHttpsParameters class.

CustomDomainHttpsParameters(String, Nullable<MinimumTlsVersion>)

Initializes a new instance of the CustomDomainHttpsParameters class.

Properties

MinimumTlsVersion

Gets or sets TLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'

ProtocolType

Gets or sets defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'

Methods

Validate()

Validate the object.

Applies to