11 references to AdamInstance
System.DirectoryServices (11)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (11)
964
public static System.DirectoryServices.ActiveDirectory.
AdamInstance
FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
965
public static System.DirectoryServices.ActiveDirectory.
AdamInstance
GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
982
public System.DirectoryServices.ActiveDirectory.
AdamInstance
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
983
public bool Contains(System.DirectoryServices.ActiveDirectory.
AdamInstance
adamInstance) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
984
public void CopyTo(System.DirectoryServices.ActiveDirectory.
AdamInstance
[] adamInstances, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
985
public int IndexOf(System.DirectoryServices.ActiveDirectory.
AdamInstance
adamInstance) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1054
public System.DirectoryServices.ActiveDirectory.
AdamInstance
NamingRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1056
public System.DirectoryServices.ActiveDirectory.
AdamInstance
SchemaRoleOwner { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1060
public System.DirectoryServices.ActiveDirectory.
AdamInstance
FindAdamInstance() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1061
public System.DirectoryServices.ActiveDirectory.
AdamInstance
FindAdamInstance(string partitionName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1062
public System.DirectoryServices.ActiveDirectory.
AdamInstance
FindAdamInstance(string? partitionName, string siteName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }