IWithHostname<ParentT> Interface

Definition

The stage of a hostname SSL binding definition allowing hostname to be specified.

public interface IWithHostname<ParentT>
type IWithHostname<'ParentT> = interface
Public Interface IWithHostname(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

ForHostname(String)

Specifies the hostname to bind SSL certificate to.

Applies to