TestimoX

API Reference

Class

TrustProtocolChecker

Namespace ADPlayground.Trusts
Assembly ADPlayground

Checks trust relationships for old protocol usage such as RC4-only encryption or downlevel domains.

Inheritance

  • Object
  • TrustProtocolChecker

Constructors

public TrustProtocolChecker(Func<String, IEnumerable<TrustInfo>> fetchTrusts = null) #

Initializes a new instance of the TrustProtocolChecker class.

Parameters

fetchTrusts System.Func{System.String,System.Collections.Generic.IEnumerable{ADPlayground.Trusts.TrustInfo}} = null optionalposition: 0
Function returning trust info for a domain.

Methods

public IEnumerable<TrustProtocolResult> CheckDomain(String domainName) #
Returns: IEnumerable<TrustProtocolResult>

Checks trust protocol usage for the specified domain.

Parameters

domainName System.String requiredposition: 0
public IEnumerable<TrustProtocolResult> CheckForest() #
Returns: IEnumerable<TrustProtocolResult>

Checks trust protocol usage across the forest.