WebSite::HostNameSslStates Property

 

Gets or sets a collection of WebSite::WebSiteHostNameSslState objects that lists the SSL states that are bound to the web site.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property IList<WebSite::WebSiteHostNameSslState^>^ HostNameSslStates {
	IList<WebSite::WebSiteHostNameSslState^>^ get();
	void set(IList<WebSite::WebSiteHostNameSslState^>^ value);
}
Return to top
Show: