WindowsAuthenticationAppPoolIdentitySecurityIdentifierPrefix Field Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents the string format of the well-known prefix of the AppPoolIdentity dynamic security identifier.

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected const string AppPoolIdentitySecurityIdentifierPrefix

Field Value

Type: String
This value is constant S-1-5-82
Remarks

This field is new in Content Studio version 5.4

Besides being the identity of the web site application pool this security identifier can be used to impersonify an anonymous Web site user in Server 2008 R2 / Windows 7 and later. The actual SID always starts with the well-known identity prefix: S-1-5-82 followed by a hash of the Application Pool's name.

See Also

Reference