Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether single sign on (SSO) is enabled for RemoteApp and Desktop Connection.
Syntax
HRESULT IsWorkspaceSSOEnabled(
[out, retval] VARIANT_BOOL *pbSSOEnabled
);
Parameters
- pbSSOEnabled [out, retval]
A pointer to a VARIANT_BOOL variable to receive whether SSO is enabled. This value is VARIANT_TRUE if SSO is enabled; otherwise, VARIANT_FALSE.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
DLL |
MsRdpWebAccess.dll |
IID |
IID_IMsRdpWorkspace is defined as 145D0621-04CF-4FC2-A766-A81A9069CDF8 |