API Reference
Class
Item (TrustPostureSummaryEvaluator)
Single trust summary row.
Inheritance
- Object
- Item
Constructors
public Item(String SourceDomain, String TargetDomain, String TrustType, TrustDirection Direction, Boolean Transitive, Boolean SidFilteringEnabled, Boolean SelectiveAuthentication, Boolean UsesAesKeys) #Single trust summary row.
Parameters
- SourceDomain System.String
- Source (trusting) domain.
- TargetDomain System.String
- Target (trusted) domain.
- TrustType System.String
- Trust type string.
- Direction System.DirectoryServices.ActiveDirectory.TrustDirection
- Direction.
- Transitive System.Boolean
- True when transitive.
- SidFilteringEnabled System.Boolean
- True when SID filtering is enabled.
- SelectiveAuthentication System.Boolean
- True when selective authentication is enabled.
- UsesAesKeys System.Boolean
- True when AES keys are in use.
Methods
public Item <Clone>$() #Returns:
Itempublic Void Deconstruct(out String SourceDomain, out String TargetDomain, out String TrustType, out TrustDirection Direction, out Boolean Transitive, out Boolean SidFilteringEnabled, out Boolean SelectiveAuthentication, out Boolean UsesAesKeys) #Returns:
VoidParameters
- SourceDomain String
- TargetDomain String
- TrustType String
- Direction TrustDirection
- Transitive Boolean
- SidFilteringEnabled Boolean
- SelectiveAuthentication Boolean
- UsesAesKeys Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String SourceDomain { get; set; } #Source (trusting) domain.
public String TargetDomain { get; set; } #Target (trusted) domain.
public String TrustType { get; set; } #Trust type string.
public TrustDirection Direction { get; set; } #Direction.
public Boolean Transitive { get; set; } #True when transitive.
public Boolean SidFilteringEnabled { get; set; } #True when SID filtering is enabled.
public Boolean SelectiveAuthentication { get; set; } #True when selective authentication is enabled.
public Boolean UsesAesKeys { get; set; } #True when AES keys are in use.