This documentation is archived and is not being maintained.
IIdentity.AuthenticationType Property
.NET Framework 1.1
Gets the type of authentication used.
[Visual Basic] ReadOnly Property AuthenticationType As String [C#] string AuthenticationType {get;} [C++] __property String* get_AuthenticationType(); [JScript] function get AuthenticationType() : String;
Property Value
The type of authentication used to identify the user.
Remarks
The authentication type is passed to the common language runtime by the operating system or by another authentication provider. Basic authentication, NTLM, Kerberos, and Passport are examples of authentication types.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
IIdentity Interface | IIdentity Members | System.Security.Principal Namespace
Show: