IdentityFactoryOptions<T> Class

 

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

Type Parameters

T

NameDescription
System_CAPS_pubmethodIdentityFactoryOptions<T>()

Initializes a new instance of the IdentityFactoryOptions<T> class.

NameDescription
System_CAPS_pubpropertyDataProtectionProvider

Gets or sets the data protection provider.

System_CAPS_pubpropertyProvider

Gets or sets the provider used to create and dispose objects.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: