WebSite.WebSiteHostNameSslState Class

Definition

SSL state bound to a web site.

public class WebSite.WebSiteHostNameSslState
type WebSite.WebSiteHostNameSslState = class
Public Class WebSite.WebSiteHostNameSslState
Inheritance
WebSite.WebSiteHostNameSslState

Constructors

WebSite.WebSiteHostNameSslState()

Initializes a new instance of the WebSiteHostNameSslState class.

Properties

Name

Optional. The URL of the web site.

SslState

Optional. The SSL state. Possible values are Disabled, SniEnabled, or IpBasedEnabled.

Thumbprint

Optional. A string containing the thumbprint of the SSL certificate.

VirtualIP

Optional. A string containing the IP address assigned to the hostname if the hostname uses IP SSL.

Applies to