This documentation is archived and is not being maintained.
PassportIdentity.GetCurrentConfig Method
.NET Framework 1.1
Gets the contents of a registry key under the HKLM\SW\Microsoft\Passport hive.
[Visual Basic] Public Function GetCurrentConfig( _ ByVal 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 at http://msdn.microsoft.com/library .
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace
Show: