IMsRdpClientAdvancedSettings::get_RedirectSmartCards (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value that indicates whether smart-card redirection is enabled.
Syntax
HRESULT get_RedirectSmartCards(
VARIANT_BOOL *pRedirectSmartCards
);
Parameters
pRedirectSmartCards
[out] VARIANT_BOOL indicating whether smart-card redirection is enabled.If this parameter is VARIANT_TRUE, smart-card redirection is enabled. When smart-card redirection is enabled, a message box appears at connection time, asking the user to confirm redirection for security purposes.
If this parameter is VARIANT_FALSE, smart-card redirection is not available.
Return Value
Returns S_OK if successful.
Requirements
Header | mstsax.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IMsRdpClientAdvancedSettings Methods for Redirection
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::put_RedirectSmartCards