AuthenticationDescription Class
Contains information describing an authentication provider.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticationDescription() | Initializes a new instance of the AuthenticationDescription class. |
![]() | AuthenticationDescription(IDictionary<String^, Object^>^) | Initializes a new instance of the AuthenticationDescription class. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationType | Gets or sets the name used to reference the authentication middleware instance. |
![]() | Caption | Gets or sets the display name for the authentication provider. |
![]() | Properties | Contains metadata about the authentication provider. |
| 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.
Show:


