API Reference
Class
SpnStatsQueryOptions
Query options for SPN stats.
Inheritance
- Object
- SpnStatsQueryOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method SpnStatsService.QueryAsync
Constructors
public SpnStatsQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name (required unless SearchBaseDn implies a domain).
public String DomainController { get; set; } #Optional domain controller override. When provided, searches that DC directly.
public String SearchBaseDn { get; set; } #Optional base DN override. When omitted, domain naming context is used.
public String SpnContains { get; set; } #Optional substring match for SPNs (LDAP contains).
public String SpnExact { get; set; } #Optional exact SPN match.
public SpnAccountKind Kind { get; set; } #Account kind to include.
public Boolean EnabledOnly { get; set; } #When true, filters out disabled accounts (UAC bit 2).
public Int32 MaxObjects { get; set; } #Maximum directory objects to scan.
public Int32 MaxServiceClasses { get; set; } #Maximum service classes returned.
public Int32 MaxHosts { get; set; } #Maximum hosts returned.
public Boolean IncludeExamples { get; set; } #Include example SPNs and accounts per service class.
public Int32 MaxExamplesPerBucket { get; set; } #Maximum examples stored per bucket (service class / host).