DescribeSchemesContext Class

Namespace
Microsoft.AspNetCore.Http.Features.Authentication
Assemblies
  • Microsoft.AspNetCore.Http.Features

Syntax

public class DescribeSchemesContext
class Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext

Constructors

DescribeSchemesContext()
public DescribeSchemesContext()

Methods

Accept(System.Collections.Generic.IDictionary<System.String, System.Object>)
public void Accept(IDictionary<string, object> description)

Properties

Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext.Results
Return type:System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<System.String>>
public IEnumerable<IDictionary<string, object>> Results { get; }