The type of authentication used to identify the user.
[Visual Basic] ReadOnly Property Type As String [C#] string Type {get;} [C++] String* get_Type() = 0; [JScript] abstract function get Type() : String;
Type should be set to the empty string or a string representing a type of authentication understood by the application (Basic auth, NTLM, Kerberos, Passport, etc.)
IIdentity Interface | IIdentity Members | System.Security.Principal Namespace