6 references to GroupPrincipal
System.DirectoryServices.AccountManagement (6)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (6)
122
public static new System.DirectoryServices.AccountManagement.
GroupPrincipal
FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
123
public static new System.DirectoryServices.AccountManagement.
GroupPrincipal
FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
220
public bool IsMemberOf(System.DirectoryServices.AccountManagement.
GroupPrincipal
group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
237
public void Add(System.DirectoryServices.AccountManagement.
GroupPrincipal
group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
243
public bool Contains(System.DirectoryServices.AccountManagement.
GroupPrincipal
group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
250
public bool Remove(System.DirectoryServices.AccountManagement.
GroupPrincipal
group) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }