你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceAuthenticationOptions 类

定义

public class ServiceAuthenticationOptions : Microsoft.Owin.Security.AuthenticationOptions
type ServiceAuthenticationOptions = class
    inherit AuthenticationOptions
Public Class ServiceAuthenticationOptions
Inherits AuthenticationOptions
继承
Microsoft.Owin.Security.AuthenticationOptions
ServiceAuthenticationOptions

构造函数

ServiceAuthenticationOptions()

用给定的 ServiceAuthenticationOptions 初始化 ServiceSettingsDictionary 类的新实例。

字段

ServiceAuthenticationType

标识 OWIN ServiceAuthenticationMiddleware的身份验证类型。

属性

ApplicationKey

获取或设置提供应用程序级访问权限的应用程序密钥。

MasterKey

获取或设置提供管理级访问权限的应用程序主密钥。

Realm

用于 HTTP 基本身份验证的领域,它允许浏览器针对需要 ApplicationAdmin 级别访问权限的资源进行身份验证。

SystemKey

获取或设置应用程序系统密钥。

适用于