AuthenticateResult Class
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.
Acts as the return value from calls to the IAuthenticationManager's AuthenticeAsync methods.
public class AuthenticateResult
type AuthenticateResult = class
Public Class AuthenticateResult
- Inheritance
-
AuthenticateResult
Constructors
AuthenticateResult(IIdentity, AuthenticationProperties, AuthenticationDescription) |
Create an instance of the result object |
Properties
Description |
Contains description properties for the middleware authentication type in general. Does not vary per request. |
Identity |
Contains the claims that were authenticated by the given AuthenticationType. If the authentication type was not successful the Identity property will be null. |
Properties |
Contains extra values that were provided with the original SignIn call. |