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;
- strProfileName
- The Passport profile attribute to return.
The value of the Passport profile attribute specified by the strProfileName parameter.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members