Classe WindowsAuthenticationSection
Configure l'Authentification Windows intégrée.
Syntaxe
class WindowsAuthenticationSection : ConfigurationSectionWithCollection
Méthodes
Le tableau suivant répertorie les méthodes exposées par la classe WindowsAuthenticationSection
.
Nom | Description |
---|---|
Ajouter | (Hérité de ConfigurationSectionWithCollection.) |
Clear | (Hérité de ConfigurationSectionWithCollection .) |
Get | (Hérité de ConfigurationSectionWithCollection .) |
GetAllowDefinition | (Hérité de ConfigurationSection.) |
GetAllowLocation | (Hérité de ConfigurationSection .) |
Remove | (Hérité de ConfigurationSectionWithCollection .) |
RevertToParent | (Hérité de ConfigurationSection .) |
SetAllowDefinition | (Hérité de ConfigurationSection .) |
SetAllowLocation | (Hérité de ConfigurationSection .) |
Propriétés
Le tableau suivant répertorie les propriétés exposées par la classe WindowsAuthenticationSection
.
Nom | Description |
---|---|
AuthPersistNonNTLM |
Une valeur boolean en mode lecture/écriture. true si IIS réauthentifie automatiquement chaque requête non-NTLM (par exemple, Kerberos), même celles qui partagent la même connexion.false Par défaut, il s’agit de false . Remarque : Un paramètre de false signifie que le client ne sera authentifié qu’une seule fois sur la même connexion. IIS met en cache un jeton ou un ticket sur le serveur pour une session TCP qui reste établie. |
AuthPersistSingleRequest |
Une valeur boolean en mode lecture/écriture. true si IIS réauthentifie automatiquement chaque requête NTLM, même celles qui partagent la même connexion ; sinon, false . Par défaut, il s’agit de false . Remarque : Un paramètre de false signifie que le client ne sera authentifié qu’une seule fois sur la même connexion. IIS met en cache un jeton ou un ticket sur le serveur pour une session TCP qui reste établie. |
Enabled |
Une valeur boolean en mode lecture/écriture. true si l’Authentification Windows intégrée est activée ; sinon, false . Par défaut, il s’agit de false . |
Location |
(Hérité de ConfigurationSection .) Une propriété clé. |
Path |
(Hérité de ConfigurationSection .) Une propriété clé. |
Providers |
Une classe AuthenticationProviderSettings contient des fournisseurs SSP (Security Support Provider) utilisés pour l’authentification Windows intégrée. |
SectionInformation |
(Hérité de ConfigurationSection .) |
UseKernelMode |
Une valeur boolean en mode lecture/écriture. true si l’Authentification Windows intégré est effectué en mode noyau ; sinon, false . Par défaut, il s’agit de true . Remarque : L’utilisation du mode noyau améliore les performances d’authentification. Toutefois, si vous souhaitez utiliser le protocole Kerberos dans une batterie de serveurs Web, vous pouvez définir cette propriété sur false . |
Sous-classes
Cette classe ne contient aucune sous-classe.
Hiérarchie d'héritage
ConfigurationSectionWithCollection
WindowsAuthenticationSection
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sur Windows Vista - IIS 7.5 sur Windows 7 - IIS 8.0 sur Windows 8 - IIS 10.0 sous Windows 10 |
Serveur | - IIS 7.0 sur Windows Server 2008 - IIS 7.5 sur Windows Server 2008 R2 - IIS 8.0 sur Windows Server 2012 - IIS 8.5 sur Windows Server 2012 R2 - IIS 10.0 sous Windows Server 2016 |
Produit | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
Fichier MOF | WebAdministration.mof |
Voir aussi
Classe AnonymousAuthenticationSection
Classe AuthenticationProviderSettings
Classe AuthenticationSection
Classe BasicAuthenticationSection
Classe ClientCertificateMappingAuthenticationSection
Classe ConfigurationSectionWithCollection
Classe DigestAuthenticationSection
Classe FormsAuthenticationConfiguration
Classe FormsAuthenticationCredentials
Classe FormsAuthenticationUser
Classe IisClientCertificateMappingAuthenticationSection
Classe PassportAuthentication
Classe StringElement