API Reference
Struct
GraphEdge
Represents a relationship between two Active Directory objects.
Inheritance
- ValueType
- GraphEdge
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method GraphvizExporter.ToDot
- Method PrivilegeEscalationAnalyzer.AddEdges
Constructors
public GraphEdge(String From, String To, String Type) #Represents a relationship between two Active Directory objects.
Parameters
- From System.String
- Starting object distinguished name or SID.
- To System.String
- Target object distinguished name or SID.
- Type System.String
- Relationship type (e.g. MemberOf, WriteMembers).