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.
Contains information describing an authentication provider.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
System.Object
Microsoft.Owin.Security.AuthenticationDescription
public class AuthenticationDescription
public ref class AuthenticationDescription
type AuthenticationDescription = class end
Public Class AuthenticationDescription
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.
Microsoft.Owin.Security Namespace
Return to top