-
Notifications
You must be signed in to change notification settings - Fork 274
NamedKey Class
Jared Atkinson edited this page Nov 5, 2015
·
6 revisions
public class NamedKey : Cell
{
// Properties
public readonly string HivePath;
public readonly DateTime WriteTime;
public readonly uint NumberOfSubKeys;
public readonly uint NumberOfVolatileSubKeys;
public readonly uint NumberOfValues;
public readonly string FullName;
public readonly string Name;
// Static Methods
public static NamedKey[] GetInstances(string path, string key)
public static NamedKey[] GetInstancesRecurse(string path)
// Instance Methods
public ValueKey[] GetValues()
public NamedKey[] GetSubKeys()
public SecurityDescriptor GetSecurityKey()
}
HivePath -
WriteTime -
NumberOfSubKeys -
NumberOfVolatileSubKeys -
NumberOfValues -
FullName -
Name -
Name | Description |
---|---|
GetInstances(string, string) | |
GetInstancesRecurse(string) | |
GetValues() | |
GetSubKeys() | |
GetSecurityKey() |
Getting Started
- PowerForensics
- PowerForensics.Artifacts
- PowerForensics.Ntfs
- PowerForensics.Formats
- PowerForensics.Registry
- PowerForensics.Utilities
Cmdlets
- ConvertTo-ForensicTimeline
- Copy-ForensicFile
- Get-ForensicAlternateDataStream
- Get-ForensicAmcache
- Get-ForensicAttrDef
- Get-ForensicBitmap
- Get-ForensicBootSector
- Get-ForensicChildItem
- Get-ForensicContent
- Get-ForensicEventLog
- Get-ForensicFileRecord
- Get-ForensicFileRecordIndex
- Get-ForensicFileSlack
- Get-ForensicGuidPartitionTable
- Get-ForensicMasterBootRecord
- Get-ForensicMftSlack
- Get-ForensicNetworkList
- Get-ForensicPartitionTable
- Get-ForensicPrefetch
- Get-ForensicRegistryKey
- Get-ForensicRegistryValue
- Get-ForensicScheduledJob
- Get-ForensicSid
- Get-ForensicTimeline
- Get-ForensicTimezone
- Get-ForensicUnallocatedSpace
- Get-ForensicUserAssist
- Get-ForensicUsnJrnl
- Get-ForensicUsnJrnlInformation
- Get-ForensicVolumeBootRecord
- Get-ForensicVolumeInformation
- Get-ForensicVolumeName
- Invoke-ForensicDD