IPassportManager3::put_Option method
Sets a specific Microsoft .NET Passport sign-in option.
Note
The put_Option method belongs to the IPassportManager3 interface. This topic supplements the initial documentation.
Syntax
HRESULT put_Option(
BSTR name,
VARIANT newVal
);
Parameters
-
name
-
The sign-in option to be set. Currently, the only supported option is iMode.
-
newVal
-
A VARIANT (VT_BOOL) that specifies the new value for the option. This value can be True or False.
Return value
Returns S_OK when the method succeeds.
Remarks
This method ships with older versions of the Passport SDK.