15 references to Domain
System.DirectoryServices (15)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (15)
1144
public System.DirectoryServices.ActiveDirectory.
Domain
? Parent { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1148
public void CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.
Domain
targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1150
public void DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.
Domain
targetDomain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1160
public static System.DirectoryServices.ActiveDirectory.
Domain
GetComputerDomain() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1161
public static System.DirectoryServices.ActiveDirectory.
Domain
GetCurrentDomain() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1163
public static System.DirectoryServices.ActiveDirectory.
Domain
GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1169
public void RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.
Domain
targetDomain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1174
public void UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.
Domain
targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1176
public void VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.
Domain
targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1181
public System.DirectoryServices.ActiveDirectory.
Domain
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1182
public bool Contains(System.DirectoryServices.ActiveDirectory.
Domain
domain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1183
public void CopyTo(System.DirectoryServices.ActiveDirectory.
Domain
[] domains, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1184
public int IndexOf(System.DirectoryServices.ActiveDirectory.
Domain
domain) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1199
public System.DirectoryServices.ActiveDirectory.
Domain
Domain { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1264
public System.DirectoryServices.ActiveDirectory.
Domain
RootDomain { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }