asp.net.ph

PassportIdentity.GetOption Method

System.Web.Security Namespace   PassportIdentity Class


Gets a specific Passport logon option.

[ VB ]
Public Function GetOption ( _
   strOpt As String _
 ) As Object

[ C# ]
public object GetOption (
   string strOpt
);

[ C++ ]
public: Object* GetOption (
   String* strOpt
);

[ JScript ]
public function GetOption (
   strOpt : String
 ) : Object;

Parameters

strOpt
Logon option to query.

Return Value

The Passport logon option strOpt.

Remarks

For more details, see IPassportManager3.get_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