HostNameSslBinding.DefinitionStages.WithSslType<ParentT> 接口
定义
The stage of a hostname SSL binding definition allowing SSL type to be specified.
public interface WithSslType<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withIpBasedSsl() |
Uses IP based SSL. Only one hostname can be bound to IP based SSL. |
withSniBasedSsl() |
Uses Server Name Indication (SNI) based SSL. |