This documentation is archived and is not being maintained.
PassportIdentity.GetProfileObject Method
.NET Framework 1.1
Returns Passport profile information for the specified profile attribute.
[Visual Basic] Public Function GetProfileObject( _ ByVal strProfileName As String _ ) As Object [C#] public object GetProfileObject( string strProfileName ); [C++] public: Object* GetProfileObject( String* strProfileName ); [JScript] public function GetProfileObject( strProfileName : String ) : Object;
Parameters
- strProfileName
- The Passport profile attribute to return.
Return Value
The value of the Passport profile attribute specified by the strProfileName parameter.
Remarks
For more information, see the Passport SDK documentation 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: