AdalUserMismatchException
Class
Definition
The exception type thrown when user returned by service does not match user in the request.
public class AdalUserMismatchException : Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException
- Inheritance
Inherited Members
Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException
Constructors
| AdalUserMismatchException(String, String) |
Initializes a new instance of the exception class. |
Properties
| RequestedUser |
Gets the user requested from service. |
| ReturnedUser |
Gets the user returned by service. |
Methods
| ToString() |
Creates and returns a string representation of the current exception. |