IProcessHostSupportFunctions.GetConfigToken Method (String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a Windows security token for the specified application's root directory.
Assembly: System.Web (in System.Web.dll)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)> <SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted := True)> Function GetConfigToken ( appId As String ) As IntPtr
Parameters
- appId
-
Type:
System.String
The unique identifier of the application.
Return Value
Type: System.IntPtrA Windows handle that contains a Windows security token for the specified application's root directory.
GetConfigToken is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: