C# Class SharpCifs.Dcerpc.Rpc.SidT

Inheritance: SharpCifs.Dcerpc.Ndr.NdrObject
显示文件 Open project: brandonprry/Potato

Public Properties

Property Type Description
IdentifierAuthority byte[]
Revision byte
SubAuthority int[]
SubAuthorityCount byte

Public Methods

Method Description
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void

Method Details

Decode() public method

public Decode ( NdrBuffer src ) : void
src SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Encode() public method

public Encode ( NdrBuffer dst ) : void
dst SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Property Details

IdentifierAuthority public_oe property

public byte[] IdentifierAuthority
return byte[]

Revision public_oe property

public byte Revision
return byte

SubAuthority public_oe property

public int[] SubAuthority
return int[]

SubAuthorityCount public_oe property

public byte SubAuthorityCount
return byte