AuthenticationScheme 类

定义

AuthenticationSchemes 将名称分配给特定的 IAuthenticationHandler handlerType。

public ref class AuthenticationScheme
public class AuthenticationScheme
type AuthenticationScheme = class
Public Class AuthenticationScheme
继承
AuthenticationScheme

构造函数

AuthenticationScheme(String, String, Type)

初始化 AuthenticationScheme 的新实例。

属性

DisplayName

方案的显示名称。 Null 有效,用于非面向用户的方案。

HandlerType

处理 IAuthenticationHandler 此方案的类型。

Name

身份验证方案的名称。

适用于