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

Search Results for "SID_IDENTIFIER_AUTHORITY" in [All]

advapi32

.

    Structure SID_IDENTIFIER_AUTHORITY

.

    Dim NtAuthority As SID_IDENTIFIER_AUTHORITY

.

    Dim NtAuthority As SID_IDENTIFIER_AUTHORITY

.
Summary
The GetSidIdentifierAuthority function returns a pointer to the SID_IDENTIFIER_AUTHORITY structure in a specified security identifier (SID).
.

   Dim psia As SID_IDENTIFIER_AUTHORITY

.

   psia = CType(Marshal.PtrToStructure(iptr, GetType(SID_IDENTIFIER_AUTHORITY)), SID_IDENTIFIER_AUTHORITY)

.

   Dim psia As SID_IDENTIFIER_AUTHORITY

.

   psia = CType(Marshal.PtrToStructure(iptr, GetType(SID_IDENTIFIER_AUTHORITY)), SID_IDENTIFIER_AUTHORITY)

.

        SID_IDENTIFIER_AUTHORITY* pIdentifierAuthority,

.

        Declare Function InitializeSid Lib "advapi32.dll" (ByVal psid As IntPtr, ByRef pIdentifierAuthority As SID_IDENTIFIER_AUTHORITY, ByVal nSubAuthorityCount As Byte) As Integer

.

SID_IDENTIFIER_AUTHORITY

.

  Dim sia As SID_IDENTIFIER_AUTHORITY

ntdll

.

private static extern Int32 RtlInitializeSid([In, Out] ref SID Sid, [In] ref SID_IDENTIFIER_AUTHORITY IdentifierAuthority, byte SubAuthorityCount);

.

struct SID_IDENTIFIER_AUTHORITY

.

   public SID_IDENTIFIER_AUTHORITY(byte[] value)

.

   public SID_IDENTIFIER_AUTHORITY IdentifierAuthority;

.

     this.IdentifierAuthority = default(SID_IDENTIFIER_AUTHORITY);

.

SID_IDENTIFIER_AUTHORITY id = new SID_IDENTIFIER_AUTHORITY(new byte[] { 0, 0, 0, 0, 0, 0 });

Structures

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

struct SID_IDENTIFIER_AUTHORITY

.

   public SID_IDENTIFIER_AUTHORITY(byte[] value)

.

  Structure SID_IDENTIFIER_AUTHORITY

.
Documentation
[SID_IDENTIFIER_AUTHORITY] on MSDN
.
Summary
The SID_IDENTIFIER_AUTHORITY structure represents the top-level authority of a security identifier (SID).
.

struct SID_IDENTIFIER_AUTHORITY

.

   public SID_IDENTIFIER_AUTHORITY(byte[] value)

.

Structure SID_IDENTIFIER_AUTHORITY

.
Documentation
[SID_IDENTIFIER_AUTHORITY] on MSDN

 
Access PInvoke.net directly from VS: