API Reference
Class
HostStats
Aggregated stats for an SPN host target.
Inheritance
- Object
- HostStats
Constructors
Inherited Methods
Properties
public String Host { get; } #Host portion of SPNs (e.g., server name or FQDN).
public Int32 SpnCount { get; set; } #Total SPN values observed that target this host (may include duplicates per account).
public HashSet<String> Accounts { get; } #Unique account identifiers (sAMAccountName/UPN/DN) that have at least one SPN targeting this host.
public HashSet<String> ServiceClasses { get; } #Unique service classes observed on this host.
public Int32 AccountCount { get; } #Unique account count for this host.
public List<String> ExampleSpns { get; } #Sample raw SPNs targeting this host when examples are enabled.