Partager via


ServiceAuthenticationOptions Classe

Définition

Fournit ServiceAuthenticationOptions des options pour la classe OWIN ServiceAuthenticationMiddleware .

public class ServiceAuthenticationOptions : Microsoft.Owin.Security.AuthenticationOptions
type ServiceAuthenticationOptions = class
    inherit AuthenticationOptions
Public Class ServiceAuthenticationOptions
Inherits AuthenticationOptions
Héritage
Microsoft.Owin.Security.AuthenticationOptions
ServiceAuthenticationOptions

Constructeurs

ServiceAuthenticationOptions()

Initialise une nouvelle instance de la classe ServiceAuthenticationOptions avec un ServiceSettingsDictionary donné.

Champs

ServiceAuthenticationType

Type d’authentification identifiant le OWIN ServiceAuthenticationMiddleware.

Propriétés

ApplicationKey

Obtient ou définit la clé d’application qui fournit un accès au niveau de l’application.

MasterKey

Obtient ou définit l’application master clé fournissant un accès au niveau de l’administration.

Realm

Domaine à utiliser pour l’authentification HTTP de base, qui permet aux navigateurs de s’authentifier auprès des ressources qui nécessitent un Application accès de niveau ou Admin .

SystemKey

Obtient ou définit la clé système de l’application.

S’applique à