C# Класс OAuth.AspNet.AuthServer.AuthenticationResponseChallenge

Exposes the security.Challenge environment value as a strong type.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AuthenticationResponseChallenge ( string authenticationTypes, AuthenticationProperties properties ) : Microsoft.AspNetCore.Http.Authentication

Initializes a new instance of the AuthenticationResponseChallenge class

Описание методов

AuthenticationResponseChallenge() публичный Метод

Initializes a new instance of the AuthenticationResponseChallenge class
public AuthenticationResponseChallenge ( string authenticationTypes, AuthenticationProperties properties ) : Microsoft.AspNetCore.Http.Authentication
authenticationTypes string
properties AuthenticationProperties
Результат Microsoft.AspNetCore.Http.Authentication