asp.net.ph

PassportIdentity.SetOption Method

System.Web.Security Namespace   PassportIdentity Class


Sets a specific Passport logon option.

[ VB ]
Public Sub SetOption ( _
   strOpt As String, _
   vOpt As Object _
)

[ C# ]
public void SetOption (
   string strOpt,
   object vOpt
);

[ C++ ]
public: void SetOption (
   String* strOpt,
   Object* vOpt
);

[ JScript ]
public function SetOption (
   strOpt : String,
   vOpt : Object
);

Parameters

strOpt
The option to set.
vOpt
The value to set.

Remarks

For more details, see IPassportManager3.put_Option in the Passport SDK documentation, available in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note