API Reference
Class
DuplicateSpnPostureService
Builds a reusable duplicate-SPN posture view for domain or forest scope.
Inheritance
- Object
- DuplicateSpnPostureService
Methods
public static View Evaluate(Options options = null, Func<String, IEnumerable<String>, IEnumerable<DuplicateSpnInfo>> duplicateProvider = null) #Returns:
ViewEvaluates duplicate-SPN posture using the supplied options.
Parameters
- options ADPlayground.Kerberos.DuplicateSpnPostureService.Options = null
- Evaluation options.
- duplicateProvider System.Func{System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{ADPlayground.DuplicateSpnInfo}} = null
- Optional duplicate provider for tests and reuse.
Returns
Typed duplicate-SPN posture view.