6 references to AdamRole
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
973public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 976public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 995public System.DirectoryServices.ActiveDirectory.AdamRole this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 996public bool Contains(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 997public void CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[] roles, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } 998public int IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }