API Reference
Struct
TrustRiskAnalysisResult
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
- targetDomain System.String
- trustType System.String
- sidFilteringEnabled System.Boolean
- riskScore System.Int32
- recommendation System.String
Inherited Methods
Properties
public String SourceDomain { get; } #Gets the source domain name.
public String TargetDomain { get; } #Gets the trusted domain name.
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.