asp.net.ph

PassportIdentity.GetProfileObject Method

System.Web.Security Namespace   PassportIdentity Class


Returns Passport profile information for the specified profile attribute.

[ VB ]
Public Function GetProfileObject ( _
   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.

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