This documentation is archived and is not being maintained.
SecurityUtilities Class
Visual Studio 2010
Provides a set of utility functions for manipulating security permision sets and signing.
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The SecurityUtilities type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ComputeZonePermissionSet | Generates a permission set by computing the zone default permission set, removing any excluded permissions, and adding any included permissions. |
![]() ![]() | IdentityListToPermissionSet | Converts an array of permission identity strings to a permission set object. |
![]() ![]() | PermissionSetToIdentityList | Converts a permission set object to an array of permission identity strings. |
![]() ![]() | SignFile(String, Uri, String) | Signs a ClickOnce manifest or PE file. |
![]() ![]() | SignFile(X509Certificate2, Uri, String) | Signs a ClickOnce manifest or PE file. |
![]() ![]() | SignFile(String, SecureString, Uri, String) | Signs a ClickOnce manifest. |
![]() ![]() | XmlToPermissionSet | Converts an XML element to a permission set object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
