SecureBindings Metabase Property
The SecureBindings 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.
Observação |
|---|
| 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 |
MULTISZ |
|
ADSI Data Type |
MULTISZ |
|
ABO Data Type |
MULTISZ |
|
ABO Metabase Identifier |
MD_SECURE_BINDINGS |
|
Attributes |
NO_ATTRIBUTES |
|
Default Value |
|
|
MetaFlagsEx |
CACHE_PROPERTY_MODIFIED |
|
User Type |
IIS_MD_UT_FILE |
|
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, see Code Examples to Configure Metabase Properties.RapidFailProtectionInterval Metabase Property

Observação