IMsTscAx::SecuredSettingsEnabled property
Indicates whether the IMsTscSecuredSettings interface is available. That is, whether the webpage containing the control is currently in one of the allowed Internet Explorer URL security zones.
This property is read-only.
Syntax
HRESULT get_SecuredSettingsEnabled(
[out] BOOL *pSecuredSettingsEnabled
);
Property value
The value of this parameter is TRUE if the interface is available, and FALSE otherwise.
Error codes
Returns S_OK if successful.
Remarks
Use this method to query whether the IMsTscSecuredSettings interface is available before retrieving the SecuredSettings property.
Refer to Providing for RDP Client Security for a list of restricted URL security zones.
For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Type library |
|
DLL |
|
IID |
IID_IMsTscAx is defined as 8C11EFAE-92C3-11D1-BC1E-00C04FA31489 |