API Reference
Class
TrustProtocolChecker
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
- 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
public IEnumerable<TrustProtocolResult> CheckForest() #Returns:
IEnumerable<TrustProtocolResult>Checks trust protocol usage across the forest.