SecurityAttributesSecurityDescriptor Field
A pointer to a
SECURITY_DESCRIPTOR structure that controls access to the object.
If the value of this member is
Zero, the object is assigned the
default security descriptor associated with the access token of the calling process.
This is not the same as granting access to everyone by assigning a
NULL discretionary access control list (DACL).
By default, the default DACL in the access token of a process allows access only to the
user represented by the access token.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IntPtr SecurityDescriptor
Public SecurityDescriptor As IntPtr
Dim instance As SecurityAttributes
Dim value As IntPtr
value = instance.SecurityDescriptor
instance.SecurityDescriptor = value
public:
IntPtr SecurityDescriptor
val mutable SecurityDescriptor: IntPtr
No code example is currently available or this language may not be supported.
Field Value
IntPtr