SecureBindings
SecureBindings 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 |
---|---|
XML Data Type | MULTISZ |
WMI Data Type |
Same as WMI data type
|
ADSI Data Type | MULTISZ |
ABO Data Type | MULTISZ |
ABO Metabase identifier |
MD_SECURE_BINDINGS
|
Attributes | NO_ATTRIBUTES |
Default Value | null |
MetaFlagsEx | CACHE_PROPERTY_MODIFIED |
User Type | IIS_MD_UT_SERVER |
StartingNumber | Not applicable |
EndingNumber | Not applicable |
ID | 2021 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path | IIS Admin Object Type |
---|---|
/LM/W3SVC/n | IIsWebServer |
/LM/NNTPSVC/n | IIsNntpServer |
/LM/SMTPSVC/n | IIsSmtpServer |
Code Example
For general code examples, please see Code Examples to Configure Metabase Properties