SecurityWin32Util Class
Helper class that encapsulates the necessary Win32 calls to perform the ImpersonationHelper class functions.
Inheritance Hierarchy
System.Object
Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security.SecurityWin32Util
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class SecurityWin32Util
'Usage
Dim instance As SecurityWin32Util
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class SecurityWin32Util
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security Namespace