Click or drag to resize
Xcalibur Systems LLC Logo

LuidAndAttributes Structure

The LUID_AND_ATTRIBUTES structure represents a locally unique identifier () and its attributes.

LUID_AND_ATTRIBUTES structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.SecurityLuidAndAttributes

Namespace: Xcalibur.NativeMethods.V2.Security
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct LuidAndAttributes

The LuidAndAttributes type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldAttributes Specifies attributes of the . This value contains up to 32 one-bit flags. Its meaning is dependent on the definition and use of the .
Public fieldLuid Specifies an value.
Top
See Also