API Reference
Class
TrustAnalyzer
High-level helpers for common trust analyses used by rules and reports.
Inheritance
- Object
- TrustAnalyzer
Methods
public static IReadOnlyList<TrustInfo> GetTgtDelegationFindings(String domainName) #Returns:
IReadOnlyList<TrustInfo>Returns trusts that permit TGT delegation across the specified domain's trusts.
Parameters
- domainName System.String
- DNS name of the source domain.
Returns
List of TrustInfo entries matching the finding.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object