The type of authentication used to identify the user.
[Visual Basic] Overridable Public ReadOnly Property Type As String [C#] public string Type {virtual get;} [C++] public: __property virtual String* get_Type(); [JScript] public function get Type() : String;
Typically "NTLM" for WindowsIdentity objects.
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace