Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AuthenticationDescription Class

 

Contains information describing an authentication provider.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

System::Object
  Microsoft.Owin.Security::AuthenticationDescription

public ref class AuthenticationDescription 

NameDescription
System_CAPS_pubmethodAuthenticationDescription()

Initializes a new instance of the AuthenticationDescription class.

System_CAPS_pubmethodAuthenticationDescription(IDictionary<String^, Object^>^)

Initializes a new instance of the AuthenticationDescription class.

NameDescription
System_CAPS_pubpropertyAuthenticationType

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

System_CAPS_pubpropertyCaption

Gets or sets the display name for the authentication provider.

System_CAPS_pubpropertyProperties

Contains metadata about the authentication provider.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: