Share via


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(ProtocolType)

Initializes a new instance of the CustomDomainHttpsParameters class.

Properties

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