MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

Class AuthenticationScheme

Contains default authentication header schemes.

Inheritance
System.Object
AuthenticationScheme
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public class AuthenticationScheme

Fields

| Improve this Doc View Source

Anonymous

"Anonymous" authentication header scheme.

Declaration
public const string Anonymous = "Anonymous"
Field Value
Type Description
System.String
| Improve this Doc View Source

Basic

"Basic" authentication header scheme.

Declaration
public const string Basic = "Basic"
Field Value
Type Description
System.String
| Improve this Doc View Source

Digest

"Digest" authentication header scheme.

Declaration
public const string Digest = "Digest"
Field Value
Type Description
System.String
| Improve this Doc View Source

Negotiate

"Negotiate" authentication header scheme.

Declaration
public const string Negotiate = "Negotiate"
Field Value
Type Description
System.String
| Improve this Doc View Source

NTLM

"NTLM" authentication header scheme.

Declaration
public const string NTLM = "NTLM"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX