This documentation is archived and is not being maintained.
PassportIdentity.HexPUID Property
.NET Framework 1.1
Gets the Passport Unique Identifier (PUID) for the currently authenticated user, in hexadecimal form.
[Visual Basic] Public ReadOnly Property HexPUID As String [C#] public string HexPUID {get;} [C++] public: __property String* get_HexPUID(); [JScript] public function get HexPUID() : String;
Property Value
The PUID for the currently authenticated user, in hexadecimal form.
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: