asp.net.ph

PassportIdentity.GetCurrentConfig Method

System.Web.Security Namespace   PassportIdentity Class


Gets the contents of a registry key under the HKLM\SW\Microsoft\Passport hive.

[ VB ]
Public Function GetCurrentConfig ( _
   strAttribute As String _
 ) As Object

[ C# ]
public object GetCurrentConfig (
   string strAttribute
);

[ C++ ]
public: Object* GetCurrentConfig (
   String* strAttribute
);

[ JScript ]
public function GetCurrentConfig (
   strAttribute : String
 ) : Object;

Parameters

strAttribute
The name of the registry key.

Return Value

The contents of the registry key.

Remarks

For more information, see the Registry Settings topic 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