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;
- strAttribute
- The name of the registry key.
The contents of the registry key.
For more information, see the Registry Settings topic in the Passport SDK documentation, available in the MSDN Library.
PassportIdentity Members