AuthenticationDescription Class

Definition

Contains information describing an authentication provider.

public ref class AuthenticationDescription
public class AuthenticationDescription
type AuthenticationDescription = class
Public Class AuthenticationDescription
Inheritance
AuthenticationDescription

Constructors

AuthenticationDescription()

Initializes a new instance of the AuthenticationDescription class

AuthenticationDescription(IDictionary<String,Object>)

Initializes a new instance of the AuthenticationDescription class

Properties

AuthenticationScheme

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

DisplayName

Gets or sets the display name for the authentication provider.

Items

Contains metadata about the authentication provider.

Applies to