AuthenticationDescription Class
Contains information describing an authentication provider.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.AuthenticationDescription
Syntax
public class AuthenticationDescription
public ref class AuthenticationDescription
type AuthenticationDescription = class end
Public Class AuthenticationDescription
Constructors
Name | Description | |
---|---|---|
AuthenticationDescription() | Initializes a new instance of the AuthenticationDescription class. |
|
AuthenticationDescription(IDictionary<String, Object>) | Initializes a new instance of the AuthenticationDescription class. |
Properties
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. |
Methods
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.) |
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.Owin.Security Namespace
Return to top