次の方法で共有


AppServiceAuthenticationOptions クラス

定義

には AppServiceAuthenticationOptions 、OWIN AppServiceAuthenticationMiddleware クラスのオプションが用意されています。

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 クラスのオプションが用意されています。

適用対象