API Reference
Class
KdsRootKeyChecker
Provides methods to enumerate and validate KDS root keys.
Inheritance
- Object
- KdsRootKeyChecker
Constructors
public KdsRootKeyChecker(Func<IEnumerable<KdsRootKeyInfo>> rootKeyGetter = null) #Initializes a new instance of the KdsRootKeyChecker class.
Parameters
- rootKeyGetter System.Func{System.Collections.Generic.IEnumerable{ADPlayground.KdsRootKeyInfo}} = null
- Delegate used to retrieve KDS root keys.