TestimoX

API Reference

Struct

AzureTrustInfo

Namespace ADPlayground.Trusts
Assembly ADPlayground
Base ValueType
Modifiers sealed

Represents Azure trust information.

Inheritance

  • ValueType
  • AzureTrustInfo

Constructors

public AzureTrustInfo(String source, String target, String sourceType, TrustDirection direction) #

Initializes a new instance of the AzureTrustInfo struct.

Parameters

source System.String requiredposition: 0
target System.String requiredposition: 1
sourceType System.String requiredposition: 2
direction System.DirectoryServices.ActiveDirectory.TrustDirection requiredposition: 3

Properties

public String Source { get; } #

Gets the source domain or server.

public String Target { get; } #

Gets the trusted target.

public String SourceType { get; } #

Gets the type of source providing the trust.

public TrustDirection Direction { get; } #

Gets the trust direction.

public String FriendlySummary { get; } #

Gets a friendly summary of the trust.