Iis7Binding Properties

MSBuild Extension Pack

Iis7Binding Properties MSBuild Extension Pack Help 4.0.12.0

The Iis7Binding type exposes the following members.

Properties

  Name Description
Public property BindingInformation
String containing binding information.

Format: ip address:port:hostheader

Example: *:80:sample.example.com or : *:443:

Public property BindingProtocol
Binding protocol. Example: "http", "https", "ftp". Default is http.
Public property CertificateHash
If HTTPS is used, this is the certificate hash. This is the value of "thumbprint" value of the certificate you want to use.

Format: hash encoded string. Hex symbols can be space or dash separated.

Example: 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a 0a

Public property CertificateStoreName
The name of the certificate store. Default is "MY" for the personal store
Public property Exists
Gets whether the binding exists
Public property Name
Sets the name of the Website
Public property Port
Sets the port of the Binding to Modify
Public property PreviousBindingInformation
Sets the PreviousBindingInformation to use when calling Modify
Public property PreviousBindingProtocol
Sets the PreviousBindingProtocol to use when calling Modify
Top
See Also

Reference