UtilProcessGetProcessSecurityDescriptor(Process) 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(
Process process
)
Public Shared Function GetProcessSecurityDescriptor (
process As Process
) As RawSecurityDescriptor
Dim process As Process
Dim returnValue As RawSecurityDescriptor
returnValue = UtilProcess.GetProcessSecurityDescriptor(process)
public:
static RawSecurityDescriptor^ GetProcessSecurityDescriptor(
Process^ process
)
static member GetProcessSecurityDescriptor :
process : Process -> RawSecurityDescriptor
No code example is currently available or this language may not be supported.
- process Process
-
The Process.
RawSecurityDescriptor
The resulting
RawSecurityDescriptor.
This is a code example.
No code example is currently available or this language may not be supported.
Dim process As Process = Process.GetCurrentProcess()
Dim dacl As RawSecurityDescriptor = GetProcessSecurityDescriptor(process)
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.