WebSite.WebSiteHostNameSslState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET