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




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