9 references to Forest
System.DirectoryServices (9)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (9)
1142
public System.DirectoryServices.ActiveDirectory.
Forest
Forest { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1200
public System.DirectoryServices.ActiveDirectory.
Forest
Forest { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1269
public void CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.
Forest
targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1271
public void DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.
Forest
targetForest) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1283
public static System.DirectoryServices.ActiveDirectory.
Forest
GetCurrentForest() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1284
public static System.DirectoryServices.ActiveDirectory.
Forest
GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1290
public void RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.
Forest
targetForest) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1296
public void UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.
Forest
targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1298
public void VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.
Forest
targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }