TestimoX

API Reference

Struct

TrustRiskAnalysisResult

Namespace ADPlayground.Trusts
Assembly ADPlayground
Base ValueType
Modifiers sealed

Represents analysis results for a trust relationship.

Inheritance

  • ValueType
  • TrustRiskAnalysisResult

Constructors

public TrustRiskAnalysisResult(String sourceDomain, String targetDomain, String trustType, Boolean sidFilteringEnabled, Int32 riskScore, String recommendation) #

Initializes a new instance of the result struct.

Parameters

sourceDomain System.String requiredposition: 0
targetDomain System.String requiredposition: 1
trustType System.String requiredposition: 2
sidFilteringEnabled System.Boolean requiredposition: 3
riskScore System.Int32 requiredposition: 4
recommendation System.String requiredposition: 5

Properties

public String SourceDomain { get; } #

Gets the source domain name.

public String TargetDomain { get; } #

Gets the trusted domain name.

public String TrustType { get; } #

Gets the trust type.

public Boolean SidFilteringEnabled { get; } #

Gets a value indicating whether SID filtering is enabled.

public Int32 RiskScore { get; } #

Gets the calculated risk score.

public String Recommendation { get; } #

Gets the remediation recommendation.