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
'Usage
Dim instance As SECURITY_ATTRIBUTES 
Dim value As IntPtr 

value = instance.lpSecurityDescriptor 

instance.lpSecurityDescriptor = value
public IntPtr lpSecurityDescriptor
public:
IntPtr lpSecurityDescriptor
public var lpSecurityDescriptor : IntPtr

.NET Framework Security

See Also

Reference

SECURITY_ATTRIBUTES Structure

SECURITY_ATTRIBUTES Members

Microsoft.VisualStudio.OLE.Interop Namespace