Share via


SECURITY_ATTRIBUTES.lpSecurityDescriptor Field

A pointer to a SECURITY_DESCRIPTOR structure that controls access to the object. If the value of this member is nulla null reference (Nothing in Visual Basic), 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 nulla null reference (Nothing in Visual Basic) discretionary access control list (DACL). The default DACL in the access token of a process allows access only to the user represented by the access token.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Public lpSecurityDescriptor As IntPtr
public IntPtr lpSecurityDescriptor
public:
IntPtr lpSecurityDescriptor
val mutable lpSecurityDescriptor: IntPtr
public var lpSecurityDescriptor : IntPtr

.NET Framework Security

See Also

Reference

SECURITY_ATTRIBUTES Structure

Microsoft.VisualStudio.OLE.Interop Namespace