Share via


ServerContainsSSLBinding Class [IIS 7 and higher]

Provides a relationship between a Secure Sockets Layer (SSL) binding and a Web server that is running IIS.

Syntax

class ServerContainsSSLBinding : ObjectContainerAssociation

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the ServerContainsSSLBinding class.

Name

Description

Container

(Inherited from ObjectContainerAssociation.) A read-only Server object that represents a Web server running IIS.

Element

(Inherited from ObjectContainerAssociation.) A read-only SSLBinding object that represents an SSL binding.

Subclasses

This class contains no subclasses.

Remarks

This class is used to enumerate the SSL bindings that IIS uses on a Web server.

Inheritance Hierarchy

ObjectContainerAssociation

   ServerContainsSSLBinding

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]

Server Class [IIS 7 and higher]

SiteUsesSSLBinding Class [IIS 7 and higher]

SSLBinding Class [IIS 7 and higher]