Show / Hide Table of Contents

Class RegistryObject

Inheritance
System.Object
CollectObject
RegistryObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class RegistryObject : CollectObject

Constructors

| Improve this Doc View Source

RegistryObject(String, RegistryView)

Declaration
public RegistryObject(string Key, RegistryView View)
Parameters
Type Name Description
System.String Key
RegistryView View

Properties

| Improve this Doc View Source

Identity

Declaration
public override string Identity { get; }
Property Value
Type Description
System.String
Overrides
CollectObject.Identity
| Improve this Doc View Source

Key

The Full Path to the Key in the Registry

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Permissions

Declaration
public Dictionary<string, List<string>> Permissions { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>
| Improve this Doc View Source

PermissionsString

Declaration
public string PermissionsString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SubkeyCount

Declaration
public int SubkeyCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Subkeys

Declaration
public List<string> Subkeys { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

ValueCount

Declaration
public int ValueCount { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Values

Declaration
public Dictionary<string, string> Values { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
| Improve this Doc View Source

View

Declaration
public RegistryView View { get; }
Property Value
Type Description
RegistryView

Methods

| Improve this Doc View Source

AddSubKeys(String[])

Declaration
public void AddSubKeys(string[] subkeysIn)
Parameters
Type Name Description
System.String[] subkeysIn
| Improve this Doc View Source

GetValues(RegistryKey)

Declaration
public static Dictionary<string, string> GetValues(RegistryKey key)
Parameters
Type Name Description
RegistryKey key
Returns
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX