Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the configuration options for an IdentityFactoryMiddleware.
Namespace: Microsoft.AspNet.Identity.Owin
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
System.Object
Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions<T>
public class IdentityFactoryOptions<T>
where T : IDisposable
generic<typename T>
where T : IDisposable
public ref class IdentityFactoryOptions
type IdentityFactoryOptions<'T when 'T : IDisposable> = class end
Public Class IdentityFactoryOptions(Of T As IDisposable)
- T
Name | Description | |
---|---|---|
![]() |
IdentityFactoryOptions<T>() | Initializes a new instance of the IdentityFactoryOptions<T> class. |
Name | Description | |
---|---|---|
![]() |
DataProtectionProvider | Gets or sets the data protection provider. |
![]() |
Provider | Gets or sets the provider used to create and dispose objects. |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity
Return to top