WindowsIdentity.AuthenticationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of authentication used to identify the user.
public:
property System::String ^ AuthenticationType { System::String ^ get(); };
public:
virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public override sealed string? AuthenticationType { get; }
public override sealed string AuthenticationType { get; }
public virtual string AuthenticationType { get; }
public string AuthenticationType { get; }
member this.AuthenticationType : string
Public Overrides NotOverridable ReadOnly Property AuthenticationType As String
Public Overridable ReadOnly Property AuthenticationType As String
Public ReadOnly Property AuthenticationType As String
Property Value
The type of authentication used to identify the user.
Implements
Exceptions
Windows returned the Windows NT status code STATUS_ACCESS_DENIED.
There is insufficient memory available.
The caller does not have the correct permissions.
-or-
The computer is not attached to a Windows 2003 or later domain.
-or-
The computer is not running Windows 2003 or later.
-or-
The user is not a member of the domain the computer is attached to.
Remarks
This property is informational; it is not used by the security system. On Windows Vista and later versions of the Windows operating system, the default value for this property is Negotiate
, which chooses the best security support provider (SSP) based on customer-configured security policy. The default property value for earlier versions of the Windows operating system is Kerberos
.