API Reference
BenchmarkRegistryProfileState
Represents one stable per-profile registry observation used by assessment and rollback.
Inheritance
- Object
- BenchmarkRegistryProfileState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public BenchmarkRegistryProfileState() #Inherited Methods
Properties
public String ProfileId { get; set; } #Gets or sets the stable profile identifier.
public String Sid { get; set; } #Gets or sets the profile SID when present.
public String AccountName { get; set; } #Gets or sets the resolved account name when present.
public String ProfilePath { get; set; } #Gets or sets the registered profile path.
public String HivePath { get; set; } #Gets or sets the profile hive path used for offline access.
public Boolean IsLoaded { get; set; } #Gets or sets whether the profile was loaded when selected.
public Boolean IsDefault { get; set; } #Gets or sets whether this is the Windows Default profile.
public RegistryProfileAccountType AccountType { get; set; } #Gets or sets the profile account authority.
public RegistryProfileAccessKind AccessKind { get; set; } #Gets or sets how the profile hive was accessed.
public Boolean Success { get; set; } #Gets or sets whether evidence collection succeeded.
public Boolean Exists { get; set; } #Gets or sets whether the registry value exists.
public Object Value { get; set; } #Gets or sets the native registry value.
public String ValueType { get; set; } #Gets or sets the registry value kind.
public String Error { get; set; } #Gets or sets an evidence collection error.