SECURITY_ATTRIBUTES Structure

Contains the security descriptor of an object and specifies whether the handle retrieved by specifying this structure is inheritable.

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

Syntax

'Declaration
Public Structure SECURITY_ATTRIBUTES
'Usage
Dim instance As SECURITY_ATTRIBUTES
public struct SECURITY_ATTRIBUTES
public value class SECURITY_ATTRIBUTES
JScript supports the use of structures, but not the declaration of new ones.

Remarks

A security descriptor contains security information that identifies the object's owner and primary group. It can also contain a DACL that controls access to the object, and a SACL that controls the logging of attempts to access the object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SECURITY_ATTRIBUTES Members

Microsoft.VisualStudio.OLE.Interop Namespace