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

AppServiceAuthenticationOptions 类

定义

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

构造函数

AppServiceAuthenticationOptions()

AppServiceAuthenticationOptions为 OWIN AppServiceAuthenticationMiddleware 类提供选项。

字段

AuthenticationName

AppServiceAuthenticationOptions为 OWIN AppServiceAuthenticationMiddleware 类提供选项。

属性

SigningKey

获取或设置应用程序签名密钥。

TokenHandler

AppServiceAuthenticationOptions为 OWIN AppServiceAuthenticationMiddleware 类提供选项。

ValidAudiences

AppServiceAuthenticationOptions为 OWIN AppServiceAuthenticationMiddleware 类提供选项。

ValidIssuers

AppServiceAuthenticationOptions为 OWIN AppServiceAuthenticationMiddleware 类提供选项。

适用于