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
System_CAPS_pubmethod AuthenticationDescription()

Initializes a new instance of the AuthenticationDescription class.

System_CAPS_pubmethod AuthenticationDescription(IDictionary<String, Object>)

Initializes a new instance of the AuthenticationDescription class.

Properties

Name Description
System_CAPS_pubproperty AuthenticationType

Gets or sets the name used to reference the authentication middleware instance.

System_CAPS_pubproperty Caption

Gets or sets the display name for the authentication provider.

System_CAPS_pubproperty Properties

Contains metadata about the authentication provider.

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.Owin.Security Namespace

Return to top