TestimoX

API Reference

Class

KdsRootKeyChecker

Namespace ADPlayground
Assembly ADPlayground

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 optionalposition: 0
Delegate used to retrieve KDS root keys.

Methods

public IEnumerable<KdsRootKeyInfo> GetRootKeys() #
Returns: IEnumerable<KdsRootKeyInfo>

Retrieves all KDS root keys.

public Boolean HasRootKey() #
Returns: Boolean

Determines whether any KDS root key exists.