This documentation is archived and is not being maintained.
PassportIdentity.AuthenticationType Property
.NET Framework 1.1
Gets the type of authentication used to identify the user.
[Visual Basic] Public Overridable ReadOnly Property AuthenticationType As String _ Implements IIdentity.AuthenticationType [C#] public virtual string AuthenticationType {get;} [C++] public: __property virtual String* get_AuthenticationType(); [JScript] public function get AuthenticationType() : String;
Property Value
The string "Passport".
Implements
Remarks
For more information about the AuthenticationType property, see the Passport SDK documentation in the MSDN Library.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace
Show: