Indicates whether or not authentication took place.
[Visual Basic] ReadOnly Property IsAuthenticated As Boolean [C#] bool IsAuthenticated {get;} [C++] bool get_IsAuthenticated() = 0; [JScript] abstract function get IsAuthenticated() : Boolean;
True if the user was authenticated. False if the IIdentity represents an unauthenticated user.
IIdentity Interface | IIdentity Members | System.Security.Principal Namespace