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)

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.Owin.IdentityFactoryOptions<T>

Syntax

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)

Type Parameters

  • T

Constructors

Name Description
System_CAPS_pubmethod IdentityFactoryOptions<T>()

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

Properties

Name Description
System_CAPS_pubproperty DataProtectionProvider

Gets or sets the data protection provider.

System_CAPS_pubproperty Provider

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity

Return to top