[This is preliminary documentation and subject to change]
This property specifies a string that is used by IIS to determine which secure network endpoints are used by the server instance. The string format is IP:Port.
Note
The IP component of each string is optional.
If it is not provided, IIS assumes that any IP address is allowable
(wildcard).
| Attribute Name | Attribute Value |
| Data Type | MULTISZ |
| Attributes | INHERIT |
| Default Value | null |
| MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
| User Type | IIS_MD_UT_SERVER |
| StartingNumber | |
| EndingNumber | |
| ID | 2021 |
This property is accessible at the following locations:
| Metabase Path | IIS Admin Object Type |
| /LM/W3SVC/1 | IIsWebServer |
| /LM/W3SVC/2 | IIsWebServer |
| /LM/W3SVC/Info/Templates/Public Web Site | IIsWebServer |
| /LM/W3SVC/Info/Templates/Secure Web Site | IIsWebServer |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
| Metabase identifier | MD_SECURE_BINDINGS |
| Data type | MULTISZ |
| User type | IIS_MD_UT_SERVER |
Related Topics
| ServerBindings |