Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

SID_IDENTIFIER_AUTHORITY (Structures)
 
.
Summary
The SID_IDENTIFIER_AUTHORITY structure represents the top-level authority of a security identifier (SID).

C# Definition:

struct SID_IDENTIFIER_AUTHORITY
{
   [MarshalAs(UnmanagedType.ByValArray, SizeConst=6)]
   public byte[] Value;

struct SID_IDENTIFIER_AUTHORITY

{

    [MarshalAs(UnmanagedType.ByValArray, SizeConst=6)]
    public byte[] Value;

   public SID_IDENTIFIER_AUTHORITY(byte[] value)
   {
       Value = value;
   }
}
    public SID_IDENTIFIER_AUTHORITY(byte[] value)
    {
    Value = value;
    }

}

VB Definition:

Structure SID_IDENTIFIER_AUTHORITY
    Structure SID_IDENTIFIER_AUTHORITY
    Dim Value1 As Byte
    Dim Value2 As Byte
    Dim Value3 As Byte
    Dim Value4 As Byte
    Dim Value5 As Byte
    Dim Value6 As Byte
End Structure
    End Structure

User-Defined Field Types:

None.

Notes:

Used by InitializeSid

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions