UtilProcessGetProcessSecurityDescriptor(Int32) Method
Gets the security descriptor of the specified process.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static RawSecurityDescriptor GetProcessSecurityDescriptor(
int processId
)
Public Shared Function GetProcessSecurityDescriptor (
processId As Integer
) As RawSecurityDescriptor
Dim processId As Integer
Dim returnValue As RawSecurityDescriptor
returnValue = UtilProcess.GetProcessSecurityDescriptor(processId)
public:
static RawSecurityDescriptor^ GetProcessSecurityDescriptor(
int processId
)
static member GetProcessSecurityDescriptor :
processId : int -> RawSecurityDescriptor
No code example is currently available or this language may not be supported.
- processId Int32
-
The process identifier (PID).
RawSecurityDescriptor
The resulting
RawSecurityDescriptor.
This is a code example.
No code example is currently available or this language may not be supported.
Dim pid As Integer = Process.GetCurrentProcess().Id
Dim dacl As RawSecurityDescriptor = GetProcessSecurityDescriptor(pid)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.