AuthenticateResult Constructor
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.
Create an instance of the result object
public AuthenticateResult(System.Security.Principal.IIdentity identity, Microsoft.Owin.Security.AuthenticationProperties properties, Microsoft.Owin.Security.AuthenticationDescription description);
new Microsoft.Owin.Security.AuthenticateResult : System.Security.Principal.IIdentity * Microsoft.Owin.Security.AuthenticationProperties * Microsoft.Owin.Security.AuthenticationDescription -> Microsoft.Owin.Security.AuthenticateResult
Public Sub New (identity As IIdentity, properties As AuthenticationProperties, description As AuthenticationDescription)
Parameters
- identity
- IIdentity
Assigned to Identity. May be null.
- properties
- AuthenticationProperties
Assigned to Properties. Contains extra information carried along with the identity.
- description
- AuthenticationDescription
Assigned to Description. Contains information describing the authentication provider.