4 references to ActiveDirectorySchema
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
647
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchema
GetCurrentSchema() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
649
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchema
GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1055
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchema
Schema { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1265
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchema
Schema { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }