ServiceAuthenticationOptions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.AuthenticationOptionsServiceAuthenticationOptions
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 à
Azure SDK for .NET