Iis7Binding Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Iis7Binding type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BindingInformation |
String containing binding information.
Format: ip address:port:hostheader Example: *:80:sample.example.com or : *:443: |
![]() |
BindingProtocol |
Binding protocol. Example: "http", "https", "ftp". Default is http.
|
![]() |
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 |
![]() |
CertificateStoreName |
The name of the certificate store. Default is "MY" for the personal store
|
![]() |
Exists |
Gets whether the binding exists
|
![]() |
Name |
Sets the name of the Website
|
![]() |
Port |
Sets the port of the Binding to Modify
|
![]() |
PreviousBindingInformation |
Sets the PreviousBindingInformation to use when calling Modify
|
![]() |
PreviousBindingProtocol |
Sets the PreviousBindingProtocol to use when calling Modify
|
See Also