Share via


AuthenticationManager 类

定义

公开 Http.Sys 身份验证配置。

public ref class AuthenticationManager sealed
public sealed class AuthenticationManager
type AuthenticationManager = class
Public NotInheritable Class AuthenticationManager
继承
AuthenticationManager

属性

AllowAnonymous

指示匿名请求是呈现给应用程序还是由服务器质询。 默认值为 true。

AuthenticationDisplayName

设置在登录页上向用户显示的显示名。 默认值为 NULL。

AutomaticAuthentication

如果为 true,则服务器应设置 HttpContext.User。 如果为 false,则服务器仅在 AuthenticationScheme 显式请求时提供标识。 默认值为 true。

Schemes

附加到现有队列时,此设置必须与用于创建队列的设置匹配。

适用于