Share via


AppServiceAuthenticationOptions Class

Definition

The AppServiceAuthenticationOptions provides options for the OWIN AppServiceAuthenticationMiddleware class.

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

Constructors

AppServiceAuthenticationOptions()

Fields

AuthenticationName

Properties

SigningKey

Gets or sets the application signing key.

TokenHandler
ValidAudiences
ValidIssuers

Applies to