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




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