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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph