SiteUsesSSLBinding Class [IIS 7 and higher]
Provides a relationship between an IIS Web site and a Secure Sockets Layer (SSL) binding.
Syntax
class SiteUsesSSLBinding : ObjectContainerAssociation
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the SiteUsesSSLBinding class.
Name |
Description |
---|---|
Container |
(Inherited from ObjectContainerAssociation.) A read-only Site object that represents an IIS Web site. |
Element |
(Inherited from ObjectContainerAssociation.) A read-only SSLBinding object that represents an SSL binding for the Web site. |
Subclasses
This class contains no subclasses.
Inheritance Hierarchy
SiteUsesSSLBinding
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
ObjectContainerAssociation Class [IIS 7 and higher]