2 types derived from Principal
System.DirectoryServices.AccountManagement (2)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (2)
21
public partial class AuthenticablePrincipal : System.DirectoryServices.AccountManagement.
Principal
114
public partial class GroupPrincipal : System.DirectoryServices.AccountManagement.
Principal
21 references to Principal
System.DirectoryServices.AccountManagement (21)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (21)
11
protected internal AdvancedFilters(System.DirectoryServices.AccountManagement.
Principal
p) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
124
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.
Principal
> GetMembers() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
125
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.
Principal
> GetMembers(bool recursive) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
209
public static System.DirectoryServices.AccountManagement.
Principal
FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
210
public static System.DirectoryServices.AccountManagement.
Principal
FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
212
protected static System.DirectoryServices.AccountManagement.
Principal
FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext context, System.Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
214
protected static System.DirectoryServices.AccountManagement.
Principal
FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext context, System.Type principalType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
215
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.
Principal
> GetGroups() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
216
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.
Principal
> GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext contextToQuery) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
226
public partial class PrincipalCollection : System.Collections.Generic.ICollection<System.DirectoryServices.AccountManagement.
Principal
>, System.Collections.Generic.IEnumerable<System.DirectoryServices.AccountManagement.
Principal
>, System.Collections.ICollection, System.Collections.IEnumerable
238
public void Add(System.DirectoryServices.AccountManagement.
Principal
principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
244
public bool Contains(System.DirectoryServices.AccountManagement.
Principal
principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
247
public void CopyTo(System.DirectoryServices.AccountManagement.
Principal
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
248
public System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.
Principal
> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
251
public bool Remove(System.DirectoryServices.AccountManagement.
Principal
principal) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
318
public PrincipalSearcher(System.DirectoryServices.AccountManagement.
Principal
queryFilter) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
320
public System.DirectoryServices.AccountManagement.
Principal
QueryFilter { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
322
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.
Principal
> FindAll() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
323
public System.DirectoryServices.AccountManagement.
Principal
FindOne() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
407
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.
Principal
> GetAuthorizationGroups() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }