Skip to content
Open

Lme #1123

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
65c43b3
Update README.md
Rick-Anderson Apr 15, 2025
0d67121
Remove machineKey value per SFI requirement
markjulmar Apr 16, 2025
9c5e4ad
Merge pull request #1102 from MicrosoftDocs/Rick-Anderson-patch-1
Rick-Anderson Apr 16, 2025
5419a40
SFI
Rick-Anderson Apr 30, 2025
205d610
Update sample1.xml
Rick-Anderson Apr 30, 2025
45f6291
SFI: web-deploy-parameterization.md
Rick-Anderson Apr 30, 2025
9a0319e
SFI sample11.xml
Rick-Anderson Apr 30, 2025
2e71350
SFUL sample5.xml
Rick-Anderson Apr 30, 2025
4496cf2
SFI: sample8.xml
Rick-Anderson May 1, 2025
1ea31dd
SFI: Update export-a-package-through-iis-manager.md
Rick-Anderson May 1, 2025
4a34f31
SFI: sample2.xml
Rick-Anderson May 1, 2025
8e21199
SFI: sample1.xml
Rick-Anderson May 1, 2025
c2af4d8
Merge pull request #1110 from MicrosoftDocs/Rick-Anderson-patch-11
Rick-Anderson May 1, 2025
eb3eb4c
Merge pull request #1109 from MicrosoftDocs/Rick-Anderson-patch-7
Rick-Anderson May 1, 2025
4304f39
Merge pull request #1117 from MicrosoftDocs/Rick-Anderson-patch-20
Rick-Anderson May 1, 2025
2a29ec9
Merge pull request #1116 from MicrosoftDocs/Rick-Anderson-patch-19
Rick-Anderson May 1, 2025
9fba341
Merge pull request #1115 from MicrosoftDocs/Rick-Anderson-patch-18
Rick-Anderson May 1, 2025
ab2fa30
Merge pull request #1114 from MicrosoftDocs/Rick-Anderson-patch-17
Rick-Anderson May 1, 2025
26d6282
Merge pull request #1113 from MicrosoftDocs/Rick-Anderson-patch-14
Rick-Anderson May 1, 2025
c998436
Merge pull request #1112 from MicrosoftDocs/Rick-Anderson-patch-13
Rick-Anderson May 1, 2025
bd38bb5
Merge pull request #1111 from MicrosoftDocs/Rick-Anderson-patch-12
Rick-Anderson May 1, 2025
8055df7
Update using-dynamic-ip-restrictions.md (#1097)
EsraShrouf May 19, 2025
aefec89
'accessPolicy' is mis-represented and mis-understood (#1119)
StephenMolloy Jun 27, 2025
b40e030
Add SFI ms.custom values (#1120)
Dickson-Mwendia Aug 1, 2025
7a99c10
Update docfx.json with ms.update-cycle setting (#1121)
wadepickett Aug 20, 2025
b22cbd5
Update and rename iis/wmi-provider/applicationpool-class.md to $/\WMI…
Escarcega1989 Sep 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
---
title: "ApplicationPool Class1"
description: This article describes the syntax, methods, properties, inheritance, and requirements for the ApplicationPool Class1.
ms.date: "10/07/2016"
ms.assetid: 73b72766-1004-e849-25e6-6984a483a6bb
---
# ApplicationPool Class1
Represents an IIS application pool.

## Syntax

```vbs
class ApplicationPool : Object
```

## Methods
The following table lists the methods exposed by the `ApplicationPool` class.

|Name|Description|



title: "ApplicationPool
>> Class "1" <<
>>>:Description:<<< This article describes the syntax, methods, properties, inheritance, & requirements:
for the Application Pool Class1
>>> DATED <<< ["10/07/2016"; "09/21/2025"];
ms.asset_id: ((73b72766-1004-e849-25e6-6984a483a6bb))

# Application Pool:;
Class_-_1 Represents:
an {`IIS`} Application Pool.
`Syntax`:' ["VBS"],
class ApplicationPool : Object
Methods:
The following table lists the methods exposed
by:`Application Pool`{class}`

|{Name}|{Description}|
|----------|-----------------|
|[Create](../wmi-provider/applicationpool-create-method.md)|Creates an application pool.|
|[GetState](../wmi-provider/applicationpool-getstate-method.md)|Returns the run-time state of an application pool.|
|[Recycle](../wmi-provider/applicationpool-recycle-method.md)|Recycles an application pool.|
|[Create](../wmi-provider/applicationpool-create-method.md)|Creates an application pool.|

|[GetState](../wmi-provider/applicationpool-getstate-method.md)|Returns the run-time state of an application pool.|

|[Lifecycle](../wmi-provider/applicationpool_LIFEYCLE_Method.md)|Lifecycles an application pool.|
|[RevertToParent](../wmi-provider/applicationpool-reverttoparent-method.md)|Reverts an application pool's configuration value or values to those of its parent application pool.|
|[Start](../wmi-provider/applicationpool-start-method.md)|Starts an application pool.|
|[Stop](../wmi-provider/applicationpool-stop-method.md)|Stops an application pool.|
Expand All @@ -37,7 +40,11 @@ class ApplicationPool : Object
|`ManagedPipelineMode`|A read/write `sint32` value that indicates the managed pipeline mode. The possible values are listed in the Remarks section.|
|`ManagedRuntimeVersion`|A read/write `string` value that contains the version of the common language runtime (CLR) that the application pool preloads. The default is "v2.0". If the property is written to, IIS recycles the application pool and loads the newly specified [!INCLUDE[dnprdnshort](../wmi-provider/includes/dnprdnshort-md.md)] version for it.|
|`Name`|A read-only `string` value that contains the unique name of the application pool. The key property. The maximum length is 64 characters. Spaces and periods are permitted, but the following characters cannot be used:<br /><br /> & / \ : * ? &#124; " \< > [ ] + = ; , @|
|`PassAnonymousToken`|A read/write `boolean` value. `true` if the Windows Process Activation Service (WAS) creates and passes a token for the built-in IUSR anonymous user account to the Anonymous authentication module; otherwise, `false`. The default is `true`.<br /><br /> The Anonymous authentication module uses the token to impersonate the built-in account. When `PassAnonymousToken` is `false,` the token will not be passed. **Note:** The IUSR anonymous user account replaces the IIS_MachineName anonymous account. The IUSR account can be used by IIS or other applications. It does not have any privileges assigned to it during setup.|
|`PassAnonymousToken`|A read/write `boolean` value. `true` if the Windows Process Activation Service (WAS) creates and passes a token for the built-in IUSR anonymous user account to the Anonymous authentication module;
otherwise, `false`. The default is `true`
<br /><br /> The Anonymous authentication module uses the token to impersonate the built-in account. When `PassAnonymousToken` is `false,` the token will not be passed.
| **Note:** | The IUSR anonymous user account replaces the IIS_MachineName anonymous account. The IUSR account can be used by IIS or other applications. It does not have any privileges assigned to it during setup.|

|`ProcessModel`|A [ProcessModelSettings](../wmi-provider/processmodelsettings-class.md) object that defines the configuration settings for IIS worker processes.|
|`QueueLength`|A read/write `uint32` value that indicates the number of requests that HTTP.sys will queue for an application pool before rejecting further requests. The default is 1000. When the limit is exceeded, HTTP.sys rejects additional requests with a 503 (service unavailable) error.|
|`Recycling`|A [RecyclingSettings](../wmi-provider/recyclingsettings-class.md) object that defines the recycling configuration settings for application pools and worker processes.|
Expand All @@ -48,11 +55,15 @@ class ApplicationPool : Object
## Remarks
An application pool is a group of one or more URLs that are served by a worker process or a set of worker processes. Application pools set boundaries for the applications they contain, which means that any applications that are running outside a specified application pool cannot affect the applications within that application pool.

If a managed application runs in an application pool with Integrated mode, the server will use the integrated request-processing pipelines of IIS and [!INCLUDE[vstecasp](../wmi-provider/includes/vstecasp-md.md)] to process the request. However, if a managed application runs in an application pool with ISAPI mode, the server will continue to route requests for managed code through Aspnet_isapi.dll and process requests as if they were running in IIS 6.0.
If a managed application runs in an application pool with Integrated mode, the server will use the integrated request-processing pipelines of IIS and [!INCLUDE[vstecasp](../wmi-provider/includes/vstecasp-md.md)] to process the request. However, if a managed application runs in an application pool with ISAPI mode, the server will continue to route requests for managed code through Aspnet_isapi.dll
and process requests as if they were running in IIS 6.0.

Most managed applications should run successfully in application pools with Integrated mode, but you may have to run applications in ISAPI mode for compatibility reasons. Test the applications in Integrated mode first to determine whether you really need ISAPI mode.
Most managed applications should run successfully in application pools with Integrated mode, but you may have to run applications in ISAPI mode
for compatibility reasons.
Testing applications first in Integrated mode to determine if you need ISAPI mode.

The following table lists the possible values for the `ManagedPipelineMode` property. The default is 0 (`Integrated`).
The following table lists: if possible
values for `Managed Pipeline Modes`has key valued property. The default is 0 (`Integrated`).

|Value|Keyword|Description|
|-----------|-------------|-----------------|
Expand Down Expand Up @@ -99,4 +110,11 @@ Next

## See Also
[Object Class](../wmi-provider/object-class.md)
[Configuring Application Pools in IIS 7.0](https://go.microsoft.com/fwlink/?LinkId=64323)

[Configuring Application Pools in IIS 7.0](https://go.microsoft.com/
wlink/LinkId = (#64323)





2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Microsoft's general trademark guidelines can be found at https://go.microsoft.co
Privacy information can be found at [Privacy at Microsoft](https://privacy.microsoft.com/).

Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel or otherwise.
or trademarks, whether by implication, estoppel or otherwise.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 04/14/2013
ms.assetid: 2e778eb8-a1f8-4a3d-aa13-cfa2ca6fca92
msc.legacyurl: /learn/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-2-configure-asp-net-settings
msc.type: authoredcontent
ms.custom: sfi-ropc-nochange
---
# Configuring Step 2: Configure ASP.NET Settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 04/14/2013
ms.assetid: fdbc37f8-a540-409b-8aeb-a87ace6b7994
msc.legacyurl: /learn/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-3-configure-data-source-settings
msc.type: authoredcontent
ms.custom: sfi-ropc-nochange
---
# Configuring Step 3: Configure Data Source Settings

Expand Down
1 change: 1 addition & 0 deletions iis/configuration/configurationRedirection.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: dfa749ff-eb86-4d30-a2f5-594ce0d721e1
msc.legacyurl: /configreference/configurationredirection
msc.type: config
ms.custom: sfi-image-nochange
---
# Configuration Redirection &lt;configurationRedirection&gt;

Expand Down
1 change: 1 addition & 0 deletions iis/configuration/system.applicationHost/sites/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: d0f95664-c290-4a46-b89f-4fc757b93202
msc.legacyurl: /configreference/system.applicationhost/sites
msc.type: config
ms.custom: sfi-image-nochange
---
# Sites &lt;sites&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 82dbbeb1-81fa-4e71-8b0d-9a75da2bd285
msc.legacyurl: /configreference/system.applicationhost/sites/site/application/virtualdirectorydefaults
msc.type: config
ms.custom: sfi-image-nochange
---
# Virtual Directory Defaults &lt;virtualDirectoryDefaults&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: f8c97dd0-4d70-4990-b407-a4bb7315e1c5
msc.legacyurl: /configreference/system.applicationhost/sites/site/bindings/binding
msc.type: config
ms.custom: sfi-image-nochange
---
# Binding &lt;binding&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: be783951-68b0-4534-b5d7-0c2623646c1c
msc.legacyurl: /configreference/system.applicationhost/sites/site/bindings
msc.type: config
ms.custom: sfi-image-nochange
---
# Bindings &lt;bindings&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 5c618cd7-8c67-49d5-b79d-540d3692b2e0
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/firewallsupport
msc.type: config
ms.custom: sfi-image-nochange
---
# Overview FTP Firewall Support \<firewallSupport>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 0970c22f-0a9f-41fc-9f4d-a2a3628ed1da
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Site-level Settings &lt;ftpServer&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: f807e017-e5ef-4950-8d84-6a4636e7cb47
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/logfile
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Log Files &lt;logFile&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 53320fb4-0fc1-44d2-8bcd-6fe3cd2ebfbe
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication/anonymousauthentication
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Anonymous Authentication &lt;anonymousAuthentication&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: f55fe97a-c571-4c4e-a3f9-2a6113b1cbfc
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication/basicauthentication
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Basic Authentication &lt;basicAuthentication&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: ef17b173-b68b-4dc1-9560-4f87b0548e95
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication/customauthentication/providers
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Custom Authentication Providers &lt;providers&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 9af58c0a-4ece-4e66-b3ee-4d3a4d90f95a
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/authentication
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Authentication &lt;authentication&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: a910cf6f-5593-4122-bdb9-462f08f4ea76
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Security &lt;security&gt; element

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: dff11de6-1144-46cd-bd9e-6137722542f8
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/security/ssl
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP over SSL &lt;ssl&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 6c430474-2393-4e39-bb40-2d07d39fc33a
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/sessions
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Sessions &lt;sessions&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 6990a0fd-d325-42a1-8bf8-43fea5664a87
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/sessions/session
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Session &lt;session&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 5a16156c-bf25-47d7-bca1-0803fd336236
msc.legacyurl: /configreference/system.applicationhost/sites/site/ftpserver/userisolation
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP User Isolation &lt;userIsolation&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 8d592f61-9502-47af-bc7a-33df387c75df
msc.legacyurl: /configreference/system.applicationhost/sites/site
msc.type: config
ms.custom: sfi-image-nochange
---
# Site &lt;site&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 9f05f757-f387-4871-84e4-0da8e899370f
msc.legacyurl: /configreference/system.applicationhost/sites/site/logfile
msc.type: config
ms.custom: sfi-image-nochange
---
# Log Files for a Web Site &lt;logFile&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 52629339-be4b-42a5-b5d1-b260dc6253de
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/firewallsupport
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Firewall Support Settings &lt;firewallSupport&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 9c61b7c7-28bc-4fe7-80c5-4077ee07756a
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/logfile
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Log Files Settings &lt;logFile&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 7183fc79-028f-4bea-a392-7db43ff07efe
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication/anonymousauthentication
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Anonymous Authentication Settings &lt;anonymousAuthentication&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 47b63069-67a2-4c4b-bef4-7beb441f2533
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication/basicauthentication
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Basic Authentication Settings &lt;basicAuthentication&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: b7e99077-7556-4269-b90a-32e53732f6c8
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Authentication Settings &lt;authentication&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 8bdb7296-ae05-497b-a2c6-e7c0044d67b2
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Security Settings &lt;security&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 32477cb5-f8eb-485a-b95c-de0d4c629f5b
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/ssl
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP over SSL Settings &lt;ssl&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 2f3b47e9-ca90-4395-a0c1-e68e60962f5d
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/ftpserver/userisolation/activedirectory
msc.type: config
ms.custom: sfi-image-nochange
---
# Default FTP Active Directory User Isolation Settings &lt;activeDirectory&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: c2ea131e-ec1a-4559-b4c0-7de9d500afc0
msc.legacyurl: /configreference/system.applicationhost/sites/sitedefaults/logfile
msc.type: config
ms.custom: sfi-image-nochange
---
# Default Log File Settings for Web Sites &lt;logFile&gt;

Expand Down
1 change: 1 addition & 0 deletions iis/configuration/system.ftpServer/firewallSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 3ef78302-f0b5-4ba7-a1f1-adb6768df2af
msc.legacyurl: /configreference/system.ftpserver/firewallsupport
msc.type: config
ms.custom: sfi-image-nochange
---
# FTP Firewall Support &lt;firewallSupport&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 7f84ef60-d07c-4253-835d-75c6cfe6aaca
msc.legacyurl: /configreference/system.ftpserver/security/authentication/denybyfailure
msc.type: config
ms.custom: sfi-image-nochange
---
# Deny by Failure &lt;denyByFailure&gt;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ms.date: 09/26/2016
ms.assetid: 31cebadd-b459-402a-90d7-3762df465b63
msc.legacyurl: /configreference/system.ftpserver/security/authentication
msc.type: config
ms.custom: sfi-image-nochange
---
# System FTP Authentication &lt;authentication&gt;

Expand Down
Loading